Problem/Motivation
Config in config/install, config/optional and config/schema are parsed but not directly in config/ which is how recipes ship them.
Steps to reproduce
Proposed resolution
- Parse config in recipes.
- Add tests.
Remaining tasks
User interface changes
API changes
Data model changes
LLM disclosure
LLM was used to asses the situation and develop a solution. The solution was manually simplified heavily though to avoid code duplication.
Issue fork potx-3583987
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
gábor hojtsyNot just test, but we need to fix it too apparently :D Recipes ship config in
config/notconfig/installorconfig/optionaland potx only parses the other two.Comment #3
gábor hojtsyComment #5
gábor hojtsyComment #6
gábor hojtsyFix title typo.
Comment #8
gábor hojtsyComment #9
gábor hojtsyRan the test only jobs too and they fail as expected :) I think this is good to go.
Comment #12
gábor hojtsy