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

[TASK] replace static finisher options with labels

parent 1494fe51
No related branches found
Tags 3.6.1
1 merge request!21[TASK] improve labels, unify wording
......@@ -48,10 +48,10 @@ TYPO3:
selectOptions:
25:
value: 'MailToSenderFinisher'
label: 'Mail Templates - email to the website user'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.label'
35:
value: 'MailToReceiverFinisher'
label: 'Mail Templates - email to the website admin'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.label'
propertyCollections:
finishers:
# define the finishers field
......@@ -61,26 +61,26 @@ TYPO3:
__inheritances:
10: 'TYPO3.CMS.Form.mixins.formElementMixins.BaseCollectionEditorsMixin'
100:
label: "Mail Templates - email to the website user"
label: 'formEditor.elements.Form.editor.finishers.mailToSender.label'
120:
identifier: 'template'
templateName: 'Inspector-TextEditor'
label: 'Unique Template name (used to identify the mail template)'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.template.label'
propertyPath: 'options.template'
125:
identifier: 'automaticRegistration'
templateName: 'Inspector-CheckboxEditor'
label: 'Automatic Registration (If selected, you can find your template in the "Mail Template" module after saving. Look for the extension and template key in the dropdown in the upper left corner of the template editor.'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.automaticRegistration.label'
propertyPath: 'options.automaticRegistration'
127:
identifier: 'ignoreMailQueue'
templateName: 'Inspector-CheckboxEditor'
label: 'If selected, the mails are send immediately, otherwise the mails are added to the Mail Queue. See the Readme of the sg_mail extension for more Information.'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.ignoreMailQueue.label'
propertyPath: 'options.ignoreMailQueue'
130:
identifier: 'mailTo'
templateName: 'Inspector-TextEditor'
label: 'The receiver email address (website user)'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.mailTo.label'
propertyPath: 'options.mailTo'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -89,7 +89,7 @@ TYPO3:
140:
identifier: 'mailFrom'
templateName: 'Inspector-TextEditor'
label: 'The sender email address (website)'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.mailFrom.label'
propertyPath: 'options.mailFrom'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -97,7 +97,7 @@ TYPO3:
160:
identifier: 'userName'
templateName: 'Inspector-TextEditor'
label: 'The name of the website user'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.userName.label'
propertyPath: 'options.userName'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -105,7 +105,7 @@ TYPO3:
170:
identifier: 'replyTo'
templateName: 'Inspector-TextEditor'
label: 'The "reply to" address of the email'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.replyTo.label'
propertyPath: 'options.replyTo'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -113,7 +113,7 @@ TYPO3:
180:
identifier: 'cc'
templateName: 'Inspector-TextEditor'
label: 'The cc address of the email'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.cc.label'
propertyPath: 'options.cc'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -121,7 +121,7 @@ TYPO3:
190:
identifier: 'bcc'
templateName: 'Inspector-TextEditor'
label: 'The bcc address of the email'
label: 'formEditor.elements.Form.editor.finishers.mailToSender.editor.bcc.label'
propertyPath: 'options.bcc'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -132,26 +132,26 @@ TYPO3:
__inheritances:
10: 'TYPO3.CMS.Form.mixins.formElementMixins.BaseCollectionEditorsMixin'
100:
label: "Mail Templates - email to the website admin"
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.label'
120:
identifier: 'template'
templateName: 'Inspector-TextEditor'
label: 'Unique Template name (used to identify the mail template)'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.template.label'
propertyPath: 'options.template'
125:
identifier: 'automaticRegistration'
templateName: 'Inspector-CheckboxEditor'
label: 'Automatic Registration (If selected, you can find your template in the "Mail Template" module after saving. Look for the extension and template key in the dropdown in the upper left corner of the template editor.'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.automaticRegistration.label'
propertyPath: 'options.automaticRegistration'
127:
identifier: 'ignoreMailQueue'
templateName: 'Inspector-CheckboxEditor'
label: 'If selected, the mails are send immediately, otherwise the mails are added to the Mail Queue. See the Readme of the sg_mail extension for more Information.'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.ignoreMailQueue.label'
propertyPath: 'options.ignoreMailQueue'
130:
identifier: 'mailTo'
templateName: 'Inspector-TextEditor'
label: 'The receiver email address (website admin)'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.mailTo.label'
propertyPath: 'options.mailTo'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -159,7 +159,7 @@ TYPO3:
140:
identifier: 'mailFrom'
templateName: 'Inspector-TextEditor'
label: 'The sender email address (website user)'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.mailFrom.label'
propertyPath: 'options.mailFrom'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -167,7 +167,7 @@ TYPO3:
150:
identifier: 'userName'
templateName: 'Inspector-TextEditor'
label: 'The name of the website user'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.userName.label'
propertyPath: 'options.userName'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -175,7 +175,7 @@ TYPO3:
160:
identifier: 'replyTo'
templateName: 'Inspector-TextEditor'
label: 'The "reply to" address of the email'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.replyTo.label'
propertyPath: 'options.replyTo'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -183,7 +183,7 @@ TYPO3:
180:
identifier: 'cc'
templateName: 'Inspector-TextEditor'
label: 'The cc address of the email'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.cc.label'
propertyPath: 'options.cc'
enableFormelementSelectionButton: true
propertyValidators:
......@@ -191,7 +191,7 @@ TYPO3:
190:
identifier: 'bcc'
templateName: 'Inspector-TextEditor'
label: 'The bcc address of the email'
label: 'formEditor.elements.Form.editor.finishers.mailToReceiver.editor.bcc.label'
propertyPath: 'options.bcc'
enableFormelementSelectionButton: true
propertyValidators:
......
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