Class RootGeneralTabClientProperties
Root general tab client properties model.
public class RootGeneralTabClientProperties : TemplateClientProperties
- Inheritance
-
objectRootGeneralTabClientProperties
- Inherited Members
- Extension Methods
Properties
CanCreateNewContentItem
Indicates whether the user can create new content item.
public bool CanCreateNewContentItem { get; set; }
Property Value
- bool
CreateActionSlug
Slug used for the create page action.
public string CreateActionSlug { get; set; }
Property Value
- string
NewContentItemButtonsTitle
Title for all new content item buttons.
public string NewContentItemButtonsTitle { get; set; }
Property Value
- string