Skip to content
Snippets Groups Projects
Commit abbcc2e6 authored by David Bruchmann's avatar David Bruchmann Committed by Nikita Hovratov
Browse files

[DOCS] Add example for finisher option "recipients"

The new option is explained here:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.0/Featur
e-80420-AllowMultipleRecipientsInEmailFinisher.html

Releases: main, 11.5
Resolves: #96086
Change-Id: I740e360735e09d07f5a6f16513317e4b226fd0b1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72291


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
parent af58d5d4
Branches
Tags
No related merge requests found
......@@ -80,27 +80,38 @@ options.recipients
------------------
:aspect:`Option path`
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToReceiver.options.recipients
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToReceiver.options.recipients
:aspect:`Data type`
array
array
:aspect:`Needed by`
Frontend
Frontend
:aspect:`Mandatory`
Yes
Yes
:aspect:`Default value`
undefined
undefined
:aspect:`Good to know`
- :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
- :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
- :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
- :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
:aspect:`Description`
Email addresses and names of the recipients (To).
Email addresses and names of the recipients (To).
The form editor in the backend module provides a visual UI to enter an arbitrary
amount of recipients.
This option must contain a YAML hash with email addresses as keys and
recipient names as values:
.. code-block:: yaml
recipients:
first@example.org: First Recipient
second@example.org: Second Recipient
.. _typo3.cms.form.prototypes.<prototypeIdentifier>.finishersdefinition.emailtoreceiver.options.senderaddress:
......
......@@ -80,27 +80,38 @@ options.recipients
------------------
:aspect:`Option path`
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToSender.options.recipients
TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.EmailToSender.options.recipients
:aspect:`Data type`
array
array
:aspect:`Needed by`
Frontend
Frontend
:aspect:`Mandatory`
Yes
Yes
:aspect:`Default value`
undefined
undefined
:aspect:`Good to know`
- :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
- :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
- :ref:`"Email finisher"<apireference-finisheroptions-emailfinisher>`
- :ref:`"Accessing form runtime values"<concepts-finishers-customfinisherimplementations-accessingoptions-formruntimeaccessor>`
:aspect:`Description`
Email addresses and names of the recipients (To).
Email addresses and names of the recipients (To).
The form editor in the backend module provides a visual UI to enter an arbitrary
amount of recipients.
This option must contain a YAML hash with email addresses as keys and
recipient names as values:
.. code-block:: yaml
recipients:
first@example.org: First Recipient
second@example.org: Second Recipient
.. _typo3.cms.form.prototypes.<prototypeIdentifier>.finishersdefinition.emailtosender.options.senderaddress:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment