[FEATURE] Add FAL support for FlexFormProcessor
Support for FAL references in FlexForms is added to the FlexFormProcessor. No additional processing is needed anymore to resolve FAL references. Resolves: #94501 Releases: main Change-Id: If3e3355f1dda497be5d7f498b9df85cb56de96d0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69753 Reviewed-by:Göran Bodenschatz <g.bodenschatz@ecentral.de> Tested-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Simon Schaufelberger <simonschaufi+typo3@gmail.com> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/core/Documentation/Changelog/13.0/Feature-94501-FALSupportForFlexFormProcessor.rst 96 additions, 0 deletions...log/13.0/Feature-94501-FALSupportForFlexFormProcessor.rst
- typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php 45 additions, 5 deletions...ext/frontend/Classes/DataProcessing/FlexFormProcessor.php
- typo3/sysext/frontend/Tests/Functional/DataProcessing/DataSet/FlexformDataProcessor.csv 26 additions, 0 deletions...nctional/DataProcessing/DataSet/FlexformDataProcessor.csv
- typo3/sysext/frontend/Tests/Functional/DataProcessing/FlexFormProcessorTest.php 73 additions, 0 deletions...Tests/Functional/DataProcessing/FlexFormProcessorTest.php
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluid_template/Configuration/FlexForms/Simple.xml 62 additions, 0 deletions...ns/test_fluid_template/Configuration/FlexForms/Simple.xml
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluid_template/Configuration/TCA/Overrides/tt_content.php 27 additions, 0 deletions...fluid_template/Configuration/TCA/Overrides/tt_content.php
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluid_template/Configuration/TypoScript/flexform_dataprocessor.typoscript 33 additions, 0 deletions...onfiguration/TypoScript/flexform_dataprocessor.typoscript
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluid_template/Resources/Private/Templates/ContentElements/FlexformDataProcessor.html 1 addition, 0 deletions...vate/Templates/ContentElements/FlexformDataProcessor.html
- typo3/sysext/frontend/Tests/Unit/DataProcessing/FlexFormProcessorTest.php 77 additions, 10 deletions...ntend/Tests/Unit/DataProcessing/FlexFormProcessorTest.php
Please register or sign in to comment