Skip to content
Snippets Groups Projects
Commit 4df65efd authored by Susanne Moog's avatar Susanne Moog Committed by Benni Mack
Browse files

[FEATURE] Allow glob patterns in yaml imports

To simplify imports in configuration and allow
for compacter files, glob() patterns can now
be used for importing files in the core
YamlFileLoader.

Example:

imports:
  - { resource: "./**/*.yaml", glob: true }
  - { resource: "EXT:core/Tests/**/Configuration/**/SiteConfigs/*.yaml", glob: true }

Resolves: #93112
Releases: main
Change-Id: Ib352180444190c7d2cee5ed585d420b9a5b58d7d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76462


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 8336258c
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment