We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need the ability to collect config actions as part of the generator.
Example:
actions: block.block.gin_admin: simple_config_update: status: false block.block.gin_branding: simple_config_update: status: false block.block.gin_local_actions: simple_config_update: region: content weight: -10 block.block.gin_local_tasks: simple_config_update: status: false block.block.gin_page_title: simple_config_update: region: header weight: -10 block.block.gin_primary_local_tasks: simple_config_update: region: header weight: -5 block.block.gin_tools: simple_config_update: status: false node.settings: simple_config_update: use_admin_theme: true user.settings: simple_config_update: register: admin_only
Note that some actions have a string values, some have an array value, some have complex values (setComponent).
https://git.drupalcode.org/project/distributions_recipes/-/blob/1.0.x/docs/config_actions.md
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
We need the ability to collect config actions as part of the generator.
Example:
Note that some actions have a string values, some have an array value, some have complex values (setComponent).
https://git.drupalcode.org/project/distributions_recipes/-/blob/1.0.x/docs/config_actions.md
The text was updated successfully, but these errors were encountered: