-
Notifications
You must be signed in to change notification settings - Fork 159
Feature: Protected articles #343
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Expanding #338 to a more flexible feature.
bool IsProtected { get; set; }This property should not allow for the following:
By default this value should be false for all articles except Home page.
could be modified only by an admin for each article.
Possible issues when merging #338 :