Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Configuration development

2,118 sites Security covered
View on drupal.org

This module aids in developing Drupal configuration by automatically importing changes at the start of each request and exporting configuration objects into files with minimal input. It also assists in creating modules that export their configuration, similar to Drupal 7's Features module.

This module helps with developing configuration. Do not deploy in production environments. Exercise caution and always use version control.

It does three things:

  1. Automated import of configuration files into the active storage. At the beginning of every request the changed files are saved the way as if it were dumped in the core config module provided "Single import" form.
  2. Automated export of configuration objects into files. Only a list of filenames is required, the configuration object names are automatically derived. One configuration object can be auto exported into multiple files. This is the equivalent of copying the export from the 'Single export' screen.
  3. Helps creating modules that behave somewhat similarly to features export in Drupal 7. Under config_devel the module info yml should contain a list of config objects this module deals with then drush config-devel-export MODULE_NAME will write those config objects into the config/install directory of the module.

Typically filenames wil be something like modulename/config/install/foo.bar.yml.

Note: system.site, core.extension and simpletest.settings is not compatible with the auto import feature. This is very unlikely to be fixed.

Activity

Total releases
1
First release
Nov 2025
Latest release
8 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
8.x-1.11 Stable Nov 13, 2025