Migrate the bio field in the story migration.
This commit is contained in:
parent
9108d898df
commit
7b0ff5e881
2 changed files with 43 additions and 4 deletions
|
@ -156,6 +156,20 @@ process:
|
|||
target_id: fid
|
||||
display: display
|
||||
description: description
|
||||
_field_bio:
|
||||
plugin: geo_story_bio
|
||||
source:
|
||||
- field_author
|
||||
- field_author_bio
|
||||
field_biography:
|
||||
plugin: sub_process
|
||||
source: '@_field_bio'
|
||||
process:
|
||||
target_id:
|
||||
plugin: migration_lookup
|
||||
source: value
|
||||
migration: upgrade_d7_node_story_author
|
||||
override: bio
|
||||
field_authors:
|
||||
plugin: sub_process
|
||||
source: field_author
|
||||
|
@ -177,10 +191,6 @@ process:
|
|||
# title: title
|
||||
# width: width
|
||||
# height: height
|
||||
# field_author_bio:
|
||||
# -
|
||||
# plugin: get
|
||||
# source: field_author_bio
|
||||
# field_citiations:
|
||||
# -
|
||||
# plugin: get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue