Feature #85369
openProper YAML configuration API
0%
Description
In the core there should be a proper API to register, validate the definition and retrieve the parsed YAML configuration.
Things that should be covered:
- register YAML configuration files at one central place
- define a definition for YAML files to validate that the configuration provided is correct
- proper override / combining / extending of a YAML configuration by registering another file (useful if an extension extends some yaml configuration)
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57354
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57354
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57354
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57354
Updated by Sybille Peters almost 5 years ago
- Related to Epic #90346: Streamline and simplify configuration in general in TYPO3 added
Updated by Susanne Moog over 4 years ago
- Category set to System/Bootstrap/Configuration