Feature #93112
closedImport whole directories in sites yaml files
100%
Description
Symfony itself supports importing whole folders with this syntax: https://symfony.com/blog/new-in-symfony-3-3-import-config-files-with-glob-patterns
but since TYPO3 has its own implementation around it in \TYPO3\CMS\Core\Configuration\Loader\YamlFileLoader::loadAndParse, this is not supported.
This would be super helpful in multisite environments with shared configs with having multiple route enhancers that are automatically imported when adding a new one instead of defining them all manually like so:
config - shared - routeEnhancers - routerEnhancer1.yaml - routerEnhancer2.yaml - routerEnhancer2.yaml - index.yaml (imports: 'routeEnhancers/') - sites - website1 - config.yaml (imports: '../../shared/Index.yaml')
Updated by Simon Schaufelberger almost 4 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Oliver Hader about 2 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462
Updated by Gerrit Code Review about 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462
Updated by Gerrit Code Review about 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462
Updated by Gerrit Code Review about 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462
Updated by Susanne Moog about 2 years ago
- Related to Task #99025: Rewrite YamlFileLoaderTests to functional tests added
Updated by Gerrit Code Review about 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462
Updated by Gerrit Code Review about 2 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462
Updated by Gerrit Code Review about 2 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462
Updated by Susanne Moog about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4df65efdaf01b05526865f3352eaa4b5a15b20ee.
Updated by Susanne Moog about 2 years ago
- Related to Feature #95307: Allow glob imports in site configuration yaml files added
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed