[StaticText]
Properties
implementationClassName
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.implementationClassName
- Data type
- string
- Needed by
- Frontend/ Backend (form editor)
- Overwritable within form definition
- No
- form editor can write this property into the form definition (for prototype 'standard')
- No
- Mandatory
- Yes
- Default value (for prototype 'standard')
StaticText: implementationClassName: TYPO3\CMS\Form\Domain\Model\FormElements\GenericFormElement
Copied!
- Description
- Classname which implements the form element.
properties.text
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.properties.text
- Data type
- string
- Needed by
- Frontend/ Backend (form editor)
- Overwritable within form definition
- Yes
- form editor can write this property into the form definition (for prototype 'standard')
- Yes
- Mandatory
- No
- Default value (for prototype 'standard')
StaticText: properties: text: ''
Copied!
- Description
- The text to display.
formEditor
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor
- Data type
- array
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: editors: 100: identifier: header templateName: Inspector-FormElementHeaderEditor 200: identifier: label templateName: Inspector-TextEditor label: formEditor.elements.ReadOnlyFormElement.editor.label.label propertyPath: label 300: identifier: staticText templateName: Inspector-TextareaEditor label: formEditor.elements.StaticText.editor.staticText.label propertyPath: properties.text 9999: identifier: removeButton templateName: Inspector-RemoveElementEditor predefinedDefaults: properties: text: '' label: formEditor.elements.StaticText.label group: custom groupSorting: 600 iconIdentifier: form-static-text
Copied!
formEditor.editors.100
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.editors.100
- Data type
- array/ [FormElementHeaderEditor]
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: editors: 100: identifier: header templateName: Inspector-FormElementHeaderEditor
Copied!
formEditor.editors.200
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.editors.200
- Data type
- array/ [TextEditor]
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: editors: 200: identifier: label templateName: Inspector-TextEditor label: formEditor.elements.ReadOnlyFormElement.editor.label.label propertyPath: label
Copied!
formEditor.editors.300
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.editors.300
- Data type
- array/ [TextareaEditor]
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: editors: 300: identifier: staticText templateName: Inspector-TextareaEditor label: formEditor.elements.StaticText.editor.staticText.label propertyPath: properties.text
Copied!
formEditor.editors.9999
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.editors.9999
- Data type
- array/ [RemoveElementEditor]
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: editors: 9999: identifier: removeButton templateName: Inspector-RemoveElementEditor
Copied!
formEditor.predefinedDefaults
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.predefinedDefaults
- Data type
- array
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: predefinedDefaults: properties: text: ''
Copied!
- Description
- Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
formEditor.label
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.label
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype 'standard')
StaticText: formEditor: label: formEditor.elements.StaticText.label
Copied!- Good to know
- Description
- This label will be shown within the "new element" Modal.
formEditor.group
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.group
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: group: custom
Copied!- Default value
- Depends (see concrete element configuration)
- Description
- Define within which group within the
form editor
"new Element" modal the form element should be shown. Thegroup
value must be equal to an array key withinformElementGroups
.
formEditor.groupSorting
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.groupSorting
- Data type
- int
- Needed by
- Backend (form editor)
- Mandatory
- Recommended
- Default value (for prototype 'standard')
StaticText: formEditor: groupSorting: 600
Copied!
- Description
- The position within the
formEditor.group
for this form element.
formEditor.iconIdentifier
- Option path
- prototypes.<prototypeIdentifier>.formElementsDefinition.StaticText.formEditor.iconIdentifier
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype 'standard')
StaticText: formEditor: iconIdentifier: form-static-text
Copied!
- Description
-
An icon identifier which must be registered through the
\TYPO3\
. This icon will be shown withinCMS\ Core\ Imaging\ Icon Registry - "Inspector [FormElementHeaderEditor]".
- "Abstract view formelement templates".
Tree
component.- "new element" Modal