From 76b4ac8477a40a679b97a30763ec3c9bcefb6abc Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Mon, 9 Apr 2018 08:51:09 +0200 Subject: [PATCH] [TASK] Adding implementation class for finishers to the config, otherwise the preview breaks --- Configuration/Yaml/Forms/FinisherSetupBE.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration/Yaml/Forms/FinisherSetupBE.yaml b/Configuration/Yaml/Forms/FinisherSetupBE.yaml index 63ab1239..479dc640 100644 --- a/Configuration/Yaml/Forms/FinisherSetupBE.yaml +++ b/Configuration/Yaml/Forms/FinisherSetupBE.yaml @@ -5,6 +5,7 @@ TYPO3: standard: finishersDefinition: MailToSenderFinisher: + implementationClassName: SGalinski\SgMail\Finisher\Forms\FormsFinisher formEditor: iconIdentifier: 't3-form-icon-finisher' label: 'A Label that seems to be never used...' @@ -19,6 +20,7 @@ TYPO3: cc: '' bcc: '' MailToReceiverFinisher: + implementationClassName: SGalinski\SgMail\Finisher\Forms\FormsFinisher formEditor: iconIdentifier: 't3-form-icon-finisher' label: 'A Label that seems to be never used...' -- GitLab