[FormElementHeaderEditor]¶
Introduction¶
This is not really an editor because this editor don’t write values into the form definition. This editor show the header area for the form element with it’s icon and label.
Properties¶
templateName¶
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Related options
- value
- Inspector-FormElementHeaderEditor
- Good to know
- Description
- The inline HTML template which is used for this inspector editor.
Must be equal to an existing array key within
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formEditor.formEditorPartials
and must be started with ‘Inspector-’ by convention.
identifier¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formElementsDefinition.<formElementTypeIdentifier>.formEditor.editors.*.identifier
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value
- Depends (see concrete element configuration)
- Good to know
- Description
- Identifies the current
inspector editor
within the current form element. The identifier is a text of your choice but must be unique within the optionpathTYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formElementsDefinition.<formElementTypeIdentifier>.formEditor.editors
.