Make location recipe config lenient for anything other than what this recipe needs

Created on 5 February 2025, 17 days ago

Problem/Motivation

This recipe is importing config from geofield (no config entities), metatag (commonly edited config entities) and pathauto (optional config entities for Action module).

  import:
    # Contrib
    geofield: "*"
    metatag: "*"
    pathauto: "*"

Proposed resolution

I suggest removing the first and the last and treating the metatag config lenient.

This is done by using config:strict. The common practice is treat the config that shapes the database as strict, and thus the rest is lenient.

MR to follow.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States thejimbirch Cape Cod, Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024