File tree Expand file tree Collapse file tree
OnTopic.Editor.AspNetCore/Models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,14 @@ public EditingTopicViewModel() : base() {}
4545 /// </summary>
4646 public TopicViewModel ? BaseTopic { get ; init ; }
4747
48+ /*==========================================================================================================================
49+ | PROPERTY: NO INDEX?
50+ \-------------------------------------------------------------------------------------------------------------------------*/
51+ /// <summary>
52+ /// Determines if the current topic should be indexed by search engines or not.
53+ /// </summary>
54+ public bool NoIndex { get ; init ; }
55+
4856 /*==========================================================================================================================
4957 | PROPERTY: IS HIDDEN?
5058 \-------------------------------------------------------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments