TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
Every array key must match to the related finisher option name.
|
||||
For example, the - :ref:`"[Redirect] finisher"<prototypes.prototypeIdentifier.finishersdefinition.redirect>` has the option - :ref:`"pageUid"<prototypes.prototypeIdentifier.finishersdefinition.redirect.options.pageuid>`.
|
||||
If you want to make the ``pageUid`` overwritable within the ``form plugin``, then an array key ``pageUid`` has to exists within ``prototypes.prototypeIdentifier.finishersDefinition.finisheridentifier.FormEngine.elements``.
|
||||
The configuration within ``prototypes.prototypeIdentifier.finishersDefinition.Redirect.FormEngine.elements.pageUid`` must follow the TCA syntax.
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
Finisher options are overwritable within the ``form plugin``.
|
||||
If the "Override finisher settings" checkbox is selected within the ``form plugin``, every finisher who has a - :ref:`"FormEngine"<prototypes.prototypeIdentifier.finishersdefinition.finisheridentifier.formengine>` configuration, is shown in a separate tab.
|
||||
``label`` is the label for such a tab.
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
An icon identifier which must be registered through the :php:`\TYPO3\CMS\Core\Imaging\IconRegistry`.
|
||||
This icon will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<prototypes.prototypeIdentifier.formelementsdefinition.formelementtypeidentifier.formeditor.editors.*.collectionelementheadereditor>` if the finisher is selected.
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
Classname which implements the finisher.
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
This label will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<prototypes.prototypeIdentifier.formelementsdefinition.formelementtypeidentifier.formeditor.editors.*.collectionelementheadereditor>` if the finisher is selected.
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
Defines predefined defaults for finisher options which are prefilled, if the finisher is added to a form.
|
||||
Reference in New Issue
Block a user