This Drupal 8 module allows to update the configuration changes into the module's config/install dir.

Features

  1. Export all configuration in a module (e.g. update all configuration in node module).
  2. Export one configuration element of all modules (e.g. Update all view config entities).
  3. Batch operation for multiple configuration export

Limitations

  1. Simple configurations are not supported. Configuration entities only.

Credits

Initial script created by Alex Pott for a Core issue.

Why not config_devel?

Though Configuration Development allows to update the details, it expects to explicitly specify configuration items on the .info file.

Project information

Releases