Drupal is a registered trademark of Dries Buytaert
cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)!

This module provides four (opinionated) Config Actions for Config Ignore module that can be used in Drupal Recipes to manage ignore patterns safely across different operational modes.

The goal of this module is to fill the gap until Config Ignore gets its own Config Actions in #3477590: Create config action for extending config ignore settings.

These actions prevent silent data loss by failing fast if a recipe tries to add advanced patterns to a site running in a simpler mode.

Available Actions

  • ensureConfigIgnoreMode: Sets the site's Config Ignore mode (simple, intermediate, or advanced).
  • extendConfigIgnoreSimple: Adds patterns using a simple list of strings. Works in all modes.
  • extendConfigIgnoreIntermediate: Adds patterns with separate import and export lists. Requires at least intermediate mode.
  • extendConfigIgnoreAdvanced: Adds patterns with granular create, update, and delete operations. Requires advanced mode.

Example: Recommended Recipe Usage

For general-purpose recipes, use the simple action:

config:
  actions:
    config_ignore.settings:
      extendConfigIgnoreSimple:
        - user.settings

For recipes requiring specific behavior, it is recommended to ensure the mode first:

config:
  actions:
    config_ignore.settings:
      ensureConfigIgnoreMode: advanced
      extendConfigIgnoreAdvanced:
        update:
          import:
            - system.site
        delete:
          import:
            - views.view.frontpage

Activity

Total releases
1
First release
Apr 2026
Latest release
1 month ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.x-dev Dev Apr 20, 2026