Home > @tridion-sites/extensions > ContentEditorMultivalueFormFieldExtensionConfiguration
Signature:
export interface ContentEditorMultivalueFormFieldExtensionConfiguration
| Property | Modifiers | Type | Description |
|---|---|---|---|
| component | ComponentType<ContentEditorMultivalueFormFieldExtensionProps> | Component to render for the multivalue field collection | |
| id | string | Extension id | |
| useFormField | (props: ContentEditorMultivalueFormFieldHookProps) => ContentEditorMultivalueFormFieldHookResult | Hook which returns information about the current multivalue field for the extension |