Class HeadlessTemplateNames
Class contains constants identifying names of front-end template components.
public static class HeadlessTemplateNames
- Inheritance
-
objectHeadlessTemplateNames
Fields
CREATE_PAGE
Name of the headless item create template component.
public const string CREATE_PAGE = "@kentico/xperience-admin-headless/CreateHeadlessItem"
Field Value
- string
HEADLESS_CONTENT_PAGE
Name of the headless item content page template component.
public const string HEADLESS_CONTENT_PAGE = "@kentico/xperience-admin-headless/HeadlessContentPage"
Field Value
- string
PROPERTIES_PAGE
Name of the properties template component.
public const string PROPERTIES_PAGE = "@kentico/xperience-admin-headless/PropertiesPage"
Field Value
- string