Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Drupal 11.4.6 Update released for Drupal core (11.4.6)! Release: Drupal 10.6.16 Update released for Drupal core (10.6.16)! Release: Cms 2.1.4 Update released for Drupal core (2.1.4)! Release: Drupal 12.0.0-alpha1 First alpha version released for Drupal core (12.0.0-alpha1). Release: Commerce ML Starter 8.x-1.93 Minor update available for module cmlstarter (8.x-1.93). Release: Template Whisperer 4.1.2 Minor update available for module template_whisperer (4.1.2). Release: SDC Components 2.0.0 Major update available for module sdc_components (2.0.0). Release: OpenCulturas 3.0.7 Minor update available for distribution openculturas (3.0.7). Module Revived: Image field to media 3.0.2 Module image_field_to_media updated after 13 months of inactivity (3.0.2). Security Coverage: Analyze PostHog Module analyze_posthog now has official Drupal security advisory coverage.

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

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Apr 2026
Latest release
4 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
1.x-dev Dev 10–11 Apr 20, 2026