[Closure]

Properties

implementationClassName

Option path

TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.Closure.implementationClassName

Data type

string

Needed by

Frontend

Mandatory

Yes

Default value
1Closure:
2  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 is invoked if the finisher is triggered.

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
1Closure:
2  formEditor:
3    iconIdentifier: form-finisher
4    label: formEditor.elements.Form.finisher.Closure.editor.header.label
5    predefinedDefaults:
6      options:
7        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
1Closure:
2  formEditor:
3    iconIdentifier: form-finisher
4    label: formEditor.elements.Form.finisher.Closure.editor.header.label
5    predefinedDefaults:
6      options:
7        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
1Closure:
2  formEditor:
3    iconIdentifier: form-finisher
4    label: formEditor.elements.Form.finisher.Closure.editor.header.label
5    predefinedDefaults:
6      options:
7        closure: ''
Description

Defines predefined defaults for finisher options which are prefilled, if the finisher is added to a form.