Migrate the field_file and field_image in the pages.
This commit is contained in:
parent
dfefedb453
commit
71d407fefd
7 changed files with 155 additions and 3 deletions
|
@ -35,6 +35,27 @@ process:
|
|||
process:
|
||||
target_id: '0'
|
||||
target_revision_id: '1'
|
||||
field_image:
|
||||
-
|
||||
plugin: iterator
|
||||
source: field_image
|
||||
process:
|
||||
target_id:
|
||||
plugin: migration_lookup
|
||||
migration: agaric_file
|
||||
source: fid
|
||||
alt: alt
|
||||
title: title
|
||||
height: height
|
||||
width: width
|
||||
field_file:
|
||||
-
|
||||
plugin: iterator
|
||||
source: field_file
|
||||
process:
|
||||
target_id:
|
||||
plugin: migration_lookup
|
||||
source: fid
|
||||
status: status
|
||||
created: created
|
||||
changed: changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue