jacerider / neo_config_flow
Provides a unified config workflow that prevents accidental or unexpected config changes.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- drupal/config_ignore: ^3.3
- drupal/config_readonly: ^1.0
- drupal/config_split: ^2.0
- drupal/core: ^10.3
README
Provides a unified config workflow that prevents accidental or unexpected config changes.
REQUIREMENTS
This module requires drupal/config_ignore, drupal/config_readonly, drupal/config_split and Drupal core.
INSTALLATION
Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/node/895232 for further information.
CONFIGURATION
Add to settings.local.php.
/** * Config Split. * * Enable dev config split if available. */ $config['config_split.config_split.dev']['status'] = TRUE;