Configuration Refresh
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
- Export all configuration in a module (e.g. update all configuration in node module).
- Export one configuration element of all modules (e.g. Update all view config entities).
- Batch operation for multiple configuration export
Limitations
- 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.
