jacerider/neo_config_flow

Provides a unified config workflow that prevents accidental or unexpected config changes.

Installs: 118

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-module

pkg:composer/jacerider/neo_config_flow

1.0.9 2025-07-08 16:43 UTC

This package is auto-updated.

Last update: 2025-10-08 17:24:42 UTC


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;