[FEATURE] Load additional CSS files via TYPO3_CONF_VARS
This change deprecates the global array $TBE_STYLES and with that the registration of CSS files for backend styling, which is now handled via $GLOBALS['TYPO3_CONF_VARS']['BE']['stylesheets'] Resolves: #100232 Releases: main Change-Id: I36251d492563442fc82b43ec81a581f504583401 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78189 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Torben Hansen <derhansen@gmail.com> Tested-by:
Torben Hansen <derhansen@gmail.com>
Showing
- typo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php 5 additions, 0 deletionstypo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php
- typo3/sysext/backend/Classes/Template/PageRendererBackendSetupTrait.php 22 additions, 2 deletions...ackend/Classes/Template/PageRendererBackendSetupTrait.php
- typo3/sysext/backend/ext_tables.php 0 additions, 8 deletionstypo3/sysext/backend/ext_tables.php
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 9 additions, 0 deletionstypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 3 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/12.3/Deprecation-100033-TBE_STYLESStylesheetAndStylesheet2.rst 4 additions, 4 deletions...Deprecation-100033-TBE_STYLESStylesheetAndStylesheet2.rst
- typo3/sysext/core/Documentation/Changelog/12.3/Deprecation-100232-TBE_STYLESSkinningFunctionality.rst 60 additions, 0 deletions....3/Deprecation-100232-TBE_STYLESSkinningFunctionality.rst
- typo3/sysext/core/Documentation/Changelog/12.3/Feature-100232-LoadAdditionalStylesheetsInTYPO3Backend.rst 37 additions, 0 deletions...eature-100232-LoadAdditionalStylesheetsInTYPO3Backend.rst
- typo3/sysext/core/ext_tables.php 0 additions, 13 deletionstypo3/sysext/core/ext_tables.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayDimensionMatcher.php 10 additions, 0 deletions...figuration/ExtensionScanner/Php/ArrayDimensionMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php 5 additions, 0 deletions...Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php
Please register or sign in to comment