Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Usage Milestone: Time Field for Drupal 8+ Module time_field crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Decoupled Config

No security coverage Drupal 9–10 · not 11
View on drupal.org

This module allows you to split configuration items into separate files within your modules. These files are merged with your main configuration during the import process, enabling a more organized approach to managing Drupal configurations.

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: false

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
3
Tracked since
Feb 2025
Latest release
1 month ago
Releases (12 mo)
2 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
2.1.1 Stable 9–10 Jul 31, 2026
2.1.0 Stable 9–10 Jul 28, 2026
2.0.2 Stable 9–10 Feb 25, 2025