[<formElementTypeIdentifier>][formEditor][editors]¶
Properties¶
<formElementTypeIdentifier>.formEditor.editors¶
- Option path
- prototypes.<prototypeidentifier>.formElementsDefinition.<formElementTypeIdentifier>.formEditor.editors
- Data type
- array
- Needed by
- Backend (form editor)
- Mandatory
- Depends (see concrete element configuration)
- Default value
- Depends (see concrete element configuration)
- Good to know
- Description
- Array with numerical keys. Each arrayitem describes an
inspector editor
which is used to write values into a form element property.
Common [<formElementTypeIdentifier>][formEditor][editors][*] properties¶
identifier¶
- Option path
- 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 optionpathprototypes.prototypeIdentifier.formElementsDefinition.formelementtypeidentifier.formEditor.editors
.
templateName¶
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.<formElementTypeIdentifier>.formEditor.editors.*.templateName
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Related options
- Default value
- Depends (see concrete element configuration)
- Good to know
- Description
-
The inline HTML template which is used for this inspector editor. Must be equal to an existing array key within
prototypes.<prototypeIdentifier>.formEditor.formEditorPartials
and must be started with 'Inspector-' by convention.
label¶
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.<formElementTypeIdentifier>.formEditor.editors.*.label
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value
- Depends (see concrete element configuration)
- Good to know
- Description
- The label for this
inspector editor
which is shown within theinspector component
.
propertyPath¶
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.<formElementTypeIdentifier>.formEditor.editors.*.propertyPath
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value
- Depends (see concrete element configuration)
- Good to know
- Description
- The path to the property of the form element which should be written by this
inspector editor
.