.. include:: /Includes.rst.txt

formEditor.propertyCollections.finishers.50
-------------------------------------------

:aspect:`Option path`
      prototypes.<prototypeIdentifier>.formElementsDefinition.Form.formEditor.propertyCollections.finishers.50

:aspect:`Data type`
      array

:aspect:`Needed by`
      Backend (form editor)

:aspect:`Mandatory`
      No

:aspect:`Default value (for prototype 'standard')`
      .. code-block:: yaml
         :linenos:
         :emphasize-lines: 5-

         Form:
           formEditor:
             propertyCollections:
               finishers:
                 50:
                   identifier: Confirmation
                   editors:
                     100:
                       identifier: header
                       templateName: Inspector-CollectionElementHeaderEditor
                       label: formEditor.elements.Form.finisher.Confirmation.editor.header.label
                     200:
                       identifier: contentElement
                       templateName: Inspector-Typo3WinBrowserEditor
                       label: formEditor.elements.Form.finisher.Confirmation.editor.contentElement.label
                       buttonLabel: formEditor.elements.Form.finisher.Confirmation.editor.contentElement.buttonLabel
                       browsableType: tt_content
                       iconIdentifier: mimetypes-x-content-text
                       propertyPath: options.contentElementUid
                       propertyValidatorsMode: OR
                       propertyValidators:
                         10: IntegerOrEmpty
                         20: FormElementIdentifierWithinCurlyBracesExclusive
                     300:
                       identifier: message
                       templateName: Inspector-TextareaEditor
                       label: formEditor.elements.Form.finisher.Confirmation.editor.message.label
                       propertyPath: options.message
                       fieldExplanationText: formEditor.elements.Form.finisher.Confirmation.editor.message.fieldExplanationText
                     9999:
                       identifier: removeButton
                       templateName: Inspector-RemoveElementEditor

