Drupal is a registered trademark of Dries Buytaert
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)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). commerce 3.3.5 Minor update available for module commerce (3.3.5). geocoder 8.x-4.34 Minor update available for module geocoder (8.x-4.34). leaflet 10.4.5 Minor update available for module leaflet (10.4.5). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3).

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 day ago
Release cadence
Stability
0% stable

Releases

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