Home > @tridion-sites/extensions > ContentEditorViewExtensionConfiguration
Signature:
export interface ContentEditorViewExtensionConfiguration
Property | Modifiers | Type | Description |
---|---|---|---|
component | ComponentType<ContentEditorViewExtensionComponentProps> | Component to render on this path | |
id | string | Extension id | |
useContentEditorView | (props: ContentEditorViewHookProps) => ContentEditorViewHookResult | Hook which returns information about the current content for the extension |