.. include:: /Includes.rst.txt

formEditor.propertyCollections.finishers.50.editors.200
-------------------------------------------------------

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

:aspect:`Data type`
      array/ :ref:`[Typo3WinBrowserEditor] <prototypes.prototypeIdentifier.formelementsdefinition.formelementtypeidentifier.formeditor.editors.*.typo3winbrowsereditor>`

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

:aspect:`Mandatory`
      Recommended

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

         Form:
           formEditor:
             propertyCollections:
               finishers:
                 50:
                   identifier: Confirmation
                   editors:
                     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

