Skip to content
Snippets Groups Projects
Commit 0c916d75 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Adding checkbox for automatic registration in mail finishers

parent 172cf6cf
No related branches found
No related tags found
1 merge request!10Feature improved usability
...@@ -68,6 +68,11 @@ TYPO3: ...@@ -68,6 +68,11 @@ TYPO3:
templateName: 'Inspector-TextEditor' templateName: 'Inspector-TextEditor'
label: 'Unique Template name' label: 'Unique Template name'
propertyPath: 'options.template' propertyPath: 'options.template'
125:
identifier: 'automaticRegistration'
templateName: 'Inspector-CheckboxEditor'
label: 'Automatic Registration'
propertyPath: 'options.automaticRegistration'
130: 130:
identifier: 'mailTo' identifier: 'mailTo'
templateName: 'Inspector-TextEditor' templateName: 'Inspector-TextEditor'
...@@ -127,6 +132,11 @@ TYPO3: ...@@ -127,6 +132,11 @@ TYPO3:
templateName: 'Inspector-TextEditor' templateName: 'Inspector-TextEditor'
label: 'Template key' label: 'Template key'
propertyPath: 'options.template' propertyPath: 'options.template'
125:
identifier: 'automaticRegistration'
templateName: 'Inspector-CheckboxEditor'
label: 'Automatic Registration'
propertyPath: 'options.automaticRegistration'
130: 130:
identifier: 'mailTo' identifier: 'mailTo'
templateName: 'Inspector-TextEditor' templateName: 'Inspector-TextEditor'
......
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