From 0c916d751b23fc54162bc2996b69686087f37340 Mon Sep 17 00:00:00 2001
From: Torsten Oppermann <torsten@sgalinski.de>
Date: Thu, 6 Sep 2018 11:22:13 +0200
Subject: [PATCH] [TASK] Adding checkbox for automatic registration in mail
 finishers

---
 Configuration/Yaml/Forms/FinisherSetupBE.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Configuration/Yaml/Forms/FinisherSetupBE.yaml b/Configuration/Yaml/Forms/FinisherSetupBE.yaml
index f6262fc6..4fe1a3dc 100644
--- a/Configuration/Yaml/Forms/FinisherSetupBE.yaml
+++ b/Configuration/Yaml/Forms/FinisherSetupBE.yaml
@@ -68,6 +68,11 @@ TYPO3:
                           templateName: 'Inspector-TextEditor'
                           label: 'Unique Template name'
                           propertyPath: 'options.template'
+                        125:
+                          identifier: 'automaticRegistration'
+                          templateName: 'Inspector-CheckboxEditor'
+                          label: 'Automatic Registration'
+                          propertyPath: 'options.automaticRegistration'
                         130:
                           identifier: 'mailTo'
                           templateName: 'Inspector-TextEditor'
@@ -127,6 +132,11 @@ TYPO3:
                           templateName: 'Inspector-TextEditor'
                           label: 'Template key'
                           propertyPath: 'options.template'
+                        125:
+                          identifier: 'automaticRegistration'
+                          templateName: 'Inspector-CheckboxEditor'
+                          label: 'Automatic Registration'
+                          propertyPath: 'options.automaticRegistration'
                         130:
                           identifier: 'mailTo'
                           templateName: 'Inspector-TextEditor'
-- 
GitLab