Include the tags field migration.
This commit is contained in:
parent
77c6286dbb
commit
1794c62709
2 changed files with 53 additions and 1 deletions
|
@ -2,7 +2,7 @@ id: agaric_blog
|
|||
migration_group: agaric
|
||||
label: Agaric Blog
|
||||
source:
|
||||
plugin: d7_node
|
||||
plugin: agaric_node
|
||||
node_type: blog
|
||||
destination:
|
||||
plugin: entity:node
|
||||
|
@ -61,6 +61,18 @@ process:
|
|||
plugin: migration_lookup
|
||||
source: node_uid
|
||||
migration: agaric_people
|
||||
field_tags:
|
||||
plugin: sub_process
|
||||
source: field_tags_names
|
||||
process:
|
||||
target_id:
|
||||
- plugin: entity_generate
|
||||
source: name
|
||||
value_key: name
|
||||
bundle_key: vid
|
||||
bundle: tags
|
||||
entity_type: taxonomy_term
|
||||
ignore_case: true
|
||||
migration_dependencies:
|
||||
required:
|
||||
- agaric_people
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue