Drupal is a registered trademark of Dries Buytaert
Menu Per Role 8.x-1.9 Minor update available for module menu_per_role (8.x-1.9). Bible 3.4.1 Minor update available for module bible (3.4.1). Bible 3.4.0 Minor update available for module bible (3.4.0). GEO Starter JSON-LD 1.1.1 Minor update available for module geo_starter_jsonld (1.1.1). SQLite VDB Provider 1.4.0 Minor update available for module ai_vdb_provider_sqlite (1.4.0). SQLite VDB Provider 1.3.0 Minor update available for module ai_vdb_provider_sqlite (1.3.0). Burndown 1.0.70 Minor update available for module burndown (1.0.70). Webform MailerLite integration 1.0.4 Minor update available for module webform_mailerlite (1.0.4). Menu Per Role 2.0.0 Module menu_per_role updated after 7 months of inactivity (2.0.0). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module provides ready-to-use actions for the Config Ignore module to manage ignore patterns safely within Drupal recipes. It helps prevent data loss by ensuring that configuration changes are compatible with the site's current operational mode.

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
2 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

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