[DeleteUploads]
Properties
implementationClassName
- Option path
- prototypes.<prototypeIdentifier>.finishersDefinition.DeleteUploads.implementationClassName
- Data type
- string
- Needed by
- Frontend
- Mandatory
- Yes
- Default value
DeleteUploads: implementationClassName: TYPO3\CMS\Form\Domain\Finishers\DeleteUploadsFinisher
Copied!- Good to know
- Description
- Array which defines the available finishers. Every key within this array is called the
<finisherIdentifier>
formeditor.iconIdentifier
- Option path
- prototypes.<prototypeIdentifier>.finishersDefinition.DeleteUploads.formEditor.iconIdentifier
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value
DeleteUploads: formEditor: iconIdentifier: form-finisher label: formEditor.elements.Form.finisher.DeleteUploads.editor.header.label
Copied!
- Description
-
An icon identifier which must be registered through the
\TYPO3\
. This icon will be shown within the - "Inspector [CollectionElementHeaderEditor]" if the finisher is selected.CMS\ Core\ Imaging\ Icon Registry
formeditor.label
- Option path
- prototypes.<prototypeIdentifier>.finishersDefinition.DeleteUploads.formEditor.label
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value
DeleteUploads: formEditor: iconIdentifier: form-finisher label: formEditor.elements.Form.finisher.DeleteUploads.editor.header.label
Copied!- Good to know
- Description
-
This label will be shown within the - "Inspector [CollectionElementHeaderEditor]" if the finisher is selected.