[FEATURE] Add feature toggle interface to Settings
Admin tools -> Settings is extended by a GUI to manipulate feature toggles. Note this interface lists only core features at the moment since extensions currently have no way to extend DefaultConfigurationDescrition.yml with additional information. Resolves: #85894 Related: #83429 Releases: master Change-Id: I7ae03c87f2bf94281d4d63d2ff80c6f0460807cb Reviewed-on: https://review.typo3.org/57952 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 4 additions, 1 deletion...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/core/Documentation/Changelog/master/Feature-85894-FeatureTogglesInAdminToolsSettings.rst 22 additions, 0 deletions...ster/Feature-85894-FeatureTogglesInAdminToolsSettings.rst
- typo3/sysext/install/Classes/Controller/SettingsController.php 78 additions, 0 deletions.../sysext/install/Classes/Controller/SettingsController.php
- typo3/sysext/install/Resources/Private/Templates/Settings/Cards.html 12 additions, 0 deletions...t/install/Resources/Private/Templates/Settings/Cards.html
- typo3/sysext/install/Resources/Private/Templates/Settings/FeaturesGetContent.html 40 additions, 0 deletions...ources/Private/Templates/Settings/FeaturesGetContent.html
- typo3/sysext/install/Resources/Public/JavaScript/Modules/Features.js 89 additions, 0 deletions...t/install/Resources/Public/JavaScript/Modules/Features.js
Please register or sign in to comment