Configuration Refresh

Categories

Component ID

2383947

Component name

Configuration Refresh

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1075

Component created

Component changed

Component body

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.