The field_authors is filled with the people nodes.
If the node was created by Ben then the field_authors field will have the Ben people node.
This commit is contained in:
parent
5edb136586
commit
77c6286dbb
2 changed files with 6 additions and 1 deletions
|
@ -57,7 +57,12 @@ process:
|
||||||
revision_uid: revision_uid
|
revision_uid: revision_uid
|
||||||
revision_log: log
|
revision_log: log
|
||||||
revision_timestamp: timestamp
|
revision_timestamp: timestamp
|
||||||
|
field_authors/target_id:
|
||||||
|
plugin: migration_lookup
|
||||||
|
source: node_uid
|
||||||
|
migration: agaric_people
|
||||||
migration_dependencies:
|
migration_dependencies:
|
||||||
required:
|
required:
|
||||||
|
- agaric_people
|
||||||
- agaric_user
|
- agaric_user
|
||||||
- agaric_blog_paragraph
|
- agaric_blog_paragraph
|
||||||
|
|
|
@ -17,7 +17,7 @@ process:
|
||||||
#This field is empty.
|
#This field is empty.
|
||||||
#field_summary: field_bio/0/summary
|
#field_summary: field_bio/0/summary
|
||||||
paragraph_bio:
|
paragraph_bio:
|
||||||
plugin: migration
|
plugin: migration_lookup
|
||||||
migration: agaric_people_paragraph
|
migration: agaric_people_paragraph
|
||||||
source: uid
|
source: uid
|
||||||
field_body_paragraph:
|
field_body_paragraph:
|
||||||
|
|
Loading…
Reference in a new issue