[FEATURE] Place global Fluid ViewHelper namespaces in TYPO3 configuration
This change moves the default/global namespaces from being stored directly on the ViewHelperResolver to being stored in the global TYPO3 configuration array. This then allows the namespaces to be manipulated as part of the site configuration, including from within third party ViewHelper packages which follow TYPO3 extension rules. Change-Id: Ic324c023b4fbff6ab3e73e651dfca8dfd78453d9 Releases: master Resolves: #78415 Reviewed-on: https://review.typo3.org/50354 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Configuration/DefaultConfiguration.php 6 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-78415-GlobalFluidViewHelperNamespacesMovedToTYPO3Configuration.rst 30 additions, 0 deletions...balFluidViewHelperNamespacesMovedToTYPO3Configuration.rst
- typo3/sysext/fluid/Classes/Core/ViewHelper/ViewHelperResolver.php 13 additions, 16 deletions...sext/fluid/Classes/Core/ViewHelper/ViewHelperResolver.php
Please register or sign in to comment