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
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
Comment #3
thejimbirch commentedComment #4
mandclu commented@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.
Comment #5
thejimbirch commentedHopefully folks on 11 are up to 11.1, but your change makes it explicit. I applied the suggestion.
Comment #7
mandclu commentedMerged in, and I will roll a new release soon.