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.

Issue fork locations-3504619

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

thejimbirch created an issue. See original summary.

thejimbirch’s picture

Status: Active » Needs review
mandclu’s picture

@thejimbirch thanks for identifying this, and for providing a fix. I made a suggestion about the updated version constraint, please review. Otherwise this looks good to go.

thejimbirch’s picture

Hopefully folks on 11 are up to 11.1, but your change makes it explicit. I applied the suggestion.

  • mandclu committed c494cf74 on 2.0.x authored by thejimbirch
    Issue #3504619 by thejimbirch, mandclu: Make location recipe config...
mandclu’s picture

Status: Needs review » Fixed

Merged in, and I will roll a new release soon.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.