[FEATURE] EXT:form - Add the "Confirmation" finisher to the form editor
Make the "Confirmation message" finisher available within the form editor. The BE-editor can choose between 2 possibilities: * Enter the confirmation message (plain text) into a textarea. * Select a content element that is rendered instead. Resolves: #80187 Releases: master Change-Id: Ic163964669c95c98a38726f5d814b696d6e7f7bc Reviewed-on: https://review.typo3.org/52007 Tested-by:TYPO3com <no-reply@typo3.com> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Tested-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-80187-ExtFormAddConfirmationFinisherToTheFormEditor.rst 44 additions, 0 deletions...e-80187-ExtFormAddConfirmationFinisherToTheFormEditor.rst
- typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php 56 additions, 1 deletion...xt/form/Classes/Domain/Finishers/ConfirmationFinisher.php
- typo3/sysext/form/Configuration/Yaml/BaseSetup.yaml 2 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/BaseSetup.yaml
- typo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml 21 additions, 0 deletionstypo3/sysext/form/Configuration/Yaml/FormEditorSetup.yaml
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/TextareaEditor.html 1 addition, 0 deletions...Backend/Partials/FormEditor/Inspector/TextareaEditor.html
- typo3/sysext/form/Resources/Private/Language/Database.xlf 17 additions, 0 deletionstypo3/sysext/form/Resources/Private/Language/Database.xlf
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js 1 addition, 1 deletion...ublic/JavaScript/Backend/FormEditor/InspectorComponent.js
- typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ViewModel.js 6 additions, 0 deletions...sources/Public/JavaScript/Backend/FormEditor/ViewModel.js
Please register or sign in to comment