From 4a17ba27adf518afdc420d4fcc29b72a93b87114 Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Thu, 6 Sep 2018 08:38:20 +0200 Subject: [PATCH] [TASK] Removing selection for template key in forms finisher --- Configuration/Yaml/Forms/FinisherSetupBE.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Configuration/Yaml/Forms/FinisherSetupBE.yaml b/Configuration/Yaml/Forms/FinisherSetupBE.yaml index 479dc640..24b83bc1 100644 --- a/Configuration/Yaml/Forms/FinisherSetupBE.yaml +++ b/Configuration/Yaml/Forms/FinisherSetupBE.yaml @@ -93,7 +93,6 @@ TYPO3: templateName: 'Inspector-TextEditor' label: 'The name of the website user' propertyPath: 'options.userName' - enableFormelementSelectionButton: true propertyValidators: 10: 'NotEmpty' 20: 'FormElementIdentifierWithinCurlyBracesInclusive' @@ -129,7 +128,6 @@ TYPO3: templateName: 'Inspector-TextEditor' label: 'Template key' propertyPath: 'options.template' - enableFormelementSelectionButton: true 130: identifier: 'mailTo' templateName: 'Inspector-TextEditor' -- GitLab