[FEATURE] Inject site settings into TypoScript constants and TSconfig
YAML configuration set in a site configuration under the main key "settings:" are now available as TypoScript constants in templates and as constants in page TSconfig. This feature is a replacement for the former page TSconfig functionality "TSFE.constants", which has been removed. A former replacement approach had to be reverted in v10.1. Resolves: #91080 Resolves: #91081 Releases: master Change-Id: Ia5cd4e94049a359a23418c1fdb122a0d5f8c7311 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128 Tested-by:Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 7 additions, 1 deletiontypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 8 additions, 0 deletions.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/core/Classes/Configuration/Parser/PageTsConfigParser.php 32 additions, 1 deletion.../core/Classes/Configuration/Parser/PageTsConfigParser.php
- typo3/sysext/core/Classes/TypoScript/TemplateService.php 51 additions, 1 deletiontypo3/sysext/core/Classes/TypoScript/TemplateService.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-91080-SiteSettingsAsTsConstantsAndInTsConfig.rst 75 additions, 0 deletions.../Feature-91080-SiteSettingsAsTsConstantsAndInTsConfig.rst
- typo3/sysext/core/Tests/Unit/Configuration/Parser/PageTsConfigParserTest.php 44 additions, 0 deletions...ests/Unit/Configuration/Parser/PageTsConfigParserTest.php
- typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php 25 additions, 1 deletion...sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 2 additions, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
Please register or sign in to comment