Interface EditorInterfaceTemplateProps

interface EditorInterfaceTemplateProps {
    contentTypeTemplate: Link<"ContentTypeTemplate">;
    controls?: Control[];
    editor?: Editor;
    editorLayout?: FieldGroupItem[];
    editors?: Editor[];
    groupControls?: GroupControl[];
    sidebar?: SidebarItem[];
}

Hierarchy

Properties

contentTypeTemplate: Link<"ContentTypeTemplate">
controls?: Control[]

Array of fields and their associated widgetId

editor?: Editor

Legacy singular editor override

editorLayout?: FieldGroupItem[]

Array of editor layout field groups

editors?: Editor[]

Array of editors. Defaults will be used if property is missing.

groupControls?: GroupControl[]

Array of field groups and their associated widgetId

sidebar?: SidebarItem[]

Array of sidebar widgets. Defaults will be used if property is missing.