Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_mail
Commits
9fff55f2
Commit
9fff55f2
authored
5 years ago
by
Kevin von Spiczak
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] replace static finisher options with labels
parent
1494fe51
No related branches found
Branches containing commit
Tags
3.6.1
Tags containing commit
1 merge request
!21
[TASK] improve labels, unify wording
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Configuration/Yaml/Forms/FinisherSetupBE.yaml
+22
-22
22 additions, 22 deletions
Configuration/Yaml/Forms/FinisherSetupBE.yaml
with
22 additions
and
22 deletions
Configuration/Yaml/Forms/FinisherSetupBE.yaml
+
22
−
22
View file @
9fff55f2
...
...
@@ -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
(us
ed
to
identify
the
mail
template
)
'
label
:
'
formEditor.elements.Form.
ed
i
to
r.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.ignore
MailQueue.
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
emai
l'
label
:
'
formEditor.elements.Form.editor.finishers.mailToSender.editor.replyTo.labe
l'
propertyPath
:
'
options.replyTo'
enableFormelementSelectionButton
:
true
propertyValidators
:
...
...
@@ -113,7 +113,7 @@ TYPO3:
180
:
identifier
:
'
cc'
templateName
:
'
Inspector-TextEditor'
label
:
'
The
cc
address
of
the
emai
l'
label
:
'
formEditor.elements.Form.editor.finishers.mailToSender.editor.cc.labe
l'
propertyPath
:
'
options.cc'
enableFormelementSelectionButton
:
true
propertyValidators
:
...
...
@@ -121,7 +121,7 @@ TYPO3:
190
:
identifier
:
'
bcc'
templateName
:
'
Inspector-TextEditor'
label
:
'
The
bcc
address
of
the
emai
l'
label
:
'
formEditor.elements.Form.editor.finishers.mailToSender.editor.bcc.labe
l'
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
(us
ed
to
identify
the
mail
template
)
'
label
:
'
formEditor.elements.Form.
ed
i
to
r.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
add
ed
to
the
Mail
Queue.
See
the
Readme
of
the
sg_mail
extension
for
more
Information.
'
label
:
'
formEditor.elements.Form.editor.finishers.mailToReceiver.
ed
i
to
r.ignore
MailQueue.
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
emai
l'
label
:
'
formEditor.elements.Form.editor.finishers.mailToReceiver.editor.replyTo.labe
l'
propertyPath
:
'
options.replyTo'
enableFormelementSelectionButton
:
true
propertyValidators
:
...
...
@@ -183,7 +183,7 @@ TYPO3:
180
:
identifier
:
'
cc'
templateName
:
'
Inspector-TextEditor'
label
:
'
The
cc
address
of
the
emai
l'
label
:
'
formEditor.elements.Form.editor.finishers.mailToReceiver.editor.cc.labe
l'
propertyPath
:
'
options.cc'
enableFormelementSelectionButton
:
true
propertyValidators
:
...
...
@@ -191,7 +191,7 @@ TYPO3:
190
:
identifier
:
'
bcc'
templateName
:
'
Inspector-TextEditor'
label
:
'
The
bcc
address
of
the
emai
l'
label
:
'
formEditor.elements.Form.editor.finishers.mailToReceiver.editor.bcc.labe
l'
propertyPath
:
'
options.bcc'
enableFormelementSelectionButton
:
true
propertyValidators
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment