This project is not covered by Drupal’s security advisory policy.
This module allow you decoupled configuration files split config items in
separated config files located in modules.
How to use:
Create decoupled_config directory in your module and put your config files
there.
Those config items will be merged in the import process with your
config/sync configurations to get the active configuration.
Example:
config/sync/honeypot.settings.yml
log: false
expire: 300
form_settings:
user_register_form: false
user_pass: false
comment_comment_form: false+
my_module/decoupled_config/honeypot.settings.yml
form_settings:
node_course_form: false=
active config
log: false
expire: 300
form_settings:
user_register_form: false
user_pass: false
comment_comment_form: false
node_course_form: falseSupporting organizations:
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Import and export, Developer tools
- Created by jansete on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

