Needs work
Project:
Configuration development
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Sep 2024 at 17:09 UTC
Updated:
13 Nov 2025 at 14:43 UTC
Jump to comment: Most recent
Comments
Comment #2
mortona2k commentedThis is a great idea. This tool works great for themes/modules/profiles. Makes sense to support recipes as well.
Comment #3
thejimbirch commentedComment #4
richardgaunt commentedLooks like the `extra` property in the `recipe.yml` can be used to contain the configuration to be exported.
So the recipe for config_devel could look like the following to incorporate this feature:
Note: the no type - install / optional as recipes don't have this concept (all install i guess).
Comment #6
richardgaunt commentedMade a first attempt at this - writing configuration works but importing back from config directory to active storage does not work but this seems to be an issue with the module.
Comment #7
niklp commented+1 for this as a thing
Comment #8
joachim commentedI'm not keen how messy recipe support is making things -- lots of special cases.
Are recipes not handled by Drupal core's extension system?