Problem/Motivation
All configuration-related migrations in Drupal core have the Configuration migration tag.
For example, d7_metatag_field is conceptually closely related to d7_field, which does have the Configuration tag.
When using drush migration tools, it's common to filter by tag.
Steps to reproduce
Proposed resolution
Add Configuration tag to the migration definitions.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3165112-2.patch | 1.26 KB | wim leers |
Comments
Comment #2
wim leersComment #3
tim.plunkettMakes sense!