[Closure]

Properties

implementationClassName

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.Closure.implementationClassName
Data type
string
Needed by
Frontend
Mandatory
Yes
Default value
1
2
Closure:
  implementationClassName: TYPO3\CMS\Form\Domain\Finishers\ClosureFinisher
Good to know
Description
Classname which implements the finisher.

options.closure

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.Closure.options.closure
Data type
Closure
Needed by
Frontend
Mandatory
Yes
Default value
null
Description
The closure which are invoked if the finisher is treggered.

formeditor.iconIdentifier

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.Closure.formEditor.iconIdentifier
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value
1
2
3
4
5
6
7
Closure:
  formEditor:
    iconIdentifier: t3-form-icon-finisher
    label: formEditor.elements.Form.finisher.Closure.editor.header.label
    predefinedDefaults:
      options:
        closure: ''
Description
An icon identifier which must be registered through the \TYPO3\CMS\Core\Imaging\IconRegistry. This icon will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the finisher is selected.

formeditor.label

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.Closure.formEditor.label
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value
1
2
3
4
5
6
7
Closure:
  formEditor:
    iconIdentifier: t3-form-icon-finisher
    label: formEditor.elements.Form.finisher.Closure.editor.header.label
    predefinedDefaults:
      options:
        closure: ''
Good to know
Description
This label will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the finisher is selected.

formeditor.predefinedDefaults

Option path
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.Closure.formEditor.predefinedDefaults
Data type
array
Needed by
Backend (form editor)
Mandatory
No
Default value
1
2
3
4
5
6
7
Closure:
  formEditor:
    iconIdentifier: t3-form-icon-finisher
    label: formEditor.elements.Form.finisher.Closure.editor.header.label
    predefinedDefaults:
      options:
        closure: ''
Description
Defines predefined defaults for finisher options which are prefilled, if the finisher is added to a form.