Skip to content
Snippets Groups Projects
Commit e9c7720e authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[TASK] enableFormelementSelectionButton

enableFormelementSelectionButton in FinisherSetupBE.yaml for fields: replyTo, bcc & cc for both finishers
parent ae301413
No related branches found
No related tags found
1 merge request!21[TASK] improve labels, unify wording
......@@ -103,16 +103,25 @@ TYPO3:
templateName: 'Inspector-TextEditor'
label: 'The "reply to" address of the email'
propertyPath: 'options.replyTo'
enableFormelementSelectionButton: true
propertyValidators:
10: 'FormElementIdentifierWithinCurlyBracesInclusive'
180:
identifier: 'cc'
templateName: 'Inspector-TextEditor'
label: 'The cc address of the email'
propertyPath: 'options.cc'
enableFormelementSelectionButton: true
propertyValidators:
10: 'FormElementIdentifierWithinCurlyBracesInclusive'
190:
identifier: 'bcc'
templateName: 'Inspector-TextEditor'
label: 'The bcc address of the email'
propertyPath: 'options.bcc'
enableFormelementSelectionButton: true
propertyValidators:
10: 'FormElementIdentifierWithinCurlyBracesInclusive'
35:
identifier: 'MailToReceiverFinisher'
editors:
......@@ -164,16 +173,25 @@ TYPO3:
templateName: 'Inspector-TextEditor'
label: 'The "reply to" address of the email'
propertyPath: 'options.replyTo'
enableFormelementSelectionButton: true
propertyValidators:
10: 'FormElementIdentifierWithinCurlyBracesInclusive'
180:
identifier: 'cc'
templateName: 'Inspector-TextEditor'
label: 'The cc address of the email'
propertyPath: 'options.cc'
enableFormelementSelectionButton: true
propertyValidators:
10: 'FormElementIdentifierWithinCurlyBracesInclusive'
190:
identifier: 'bcc'
templateName: 'Inspector-TextEditor'
label: 'The bcc address of the email'
propertyPath: 'options.bcc'
enableFormelementSelectionButton: true
propertyValidators:
10: 'FormElementIdentifierWithinCurlyBracesInclusive'
renderingOptions:
translation:
translationFile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment