metatag-8.x-1.x-dev/migrations/d6_nodewords_field_instance.yml
migrations/d6_nodewords_field_instance.yml
# A default migration mapping for Metatag-D6 field instances.
#
# @see Drupal\metatag\Plugin\migrate\source\d6\NodewordsFieldInstance
id: d6_nodewords_field_instance
label: Metatag field instance
migration_tags:
- Drupal 6
source:
plugin: d6_nodewords_field_instance
source_module: nodewords
ignore_map: true
constants:
field_name: field_metatag
label: Meta tags
process:
bundle: bundle
entity_type: entity_type
field_name: 'constants/field_name'
label: 'constants/label'
destination:
plugin: entity:field_config
migration_dependencies:
required:
# The base field migration is required before this migration can run.
- d6_nodewords_field
# @todo Is this accurate? Does it really need the vocabulary migration, or
# is it more precautionary, that it *might* be needed so it might as well be
# executed first?
- d6_node_type
- d6_taxonomy_vocabulary
