[TASK] Move DefaultConfigurationDescription to Yaml format
Defining all configuration options in TYPO3 Install Tool is now handled via a Yaml file which additionally specifies the "type" of the configuration option, allowing to use further render settings, one of them already introduced for "allowedValues". This moves the "All Configuration" to a more flexible output rendering of dropdowns for a specific type. Resolves: #82312 Releases: master Change-Id: Id23c6a8e57177a68659fe98cbe7278f8744c0c34 Reviewed-on: https://review.typo3.org/53923 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Configuration/ConfigurationManager.php 1 addition, 1 deletion...ysext/core/Classes/Configuration/ConfigurationManager.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.php 0 additions, 185 deletions...xt/core/Configuration/DefaultConfigurationDescription.php
- typo3/sysext/core/Configuration/DefaultConfigurationDescription.yaml 498 additions, 0 deletions...t/core/Configuration/DefaultConfigurationDescription.yaml
- typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php 40 additions, 43 deletions...nstall/Classes/Service/LocalConfigurationValueService.php
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/Settings/LocalConfiguration/SubSection.html 55 additions, 40 deletions...s/Action/Tool/Settings/LocalConfiguration/SubSection.html
Please register or sign in to comment