field_attachments, field_visuel, admin node view
This commit is contained in:
@@ -71,8 +71,19 @@ process:
|
||||
plugin: migration_lookup
|
||||
migration: d7_node_materiau
|
||||
no_stub: true
|
||||
|
||||
# field_visuel: field_visuel
|
||||
field_visuel:
|
||||
plugin: iterator
|
||||
source: field_visuel
|
||||
process:
|
||||
target_id:
|
||||
plugin: migration_lookup
|
||||
migration: d7_allpublicfiles
|
||||
source: fid
|
||||
no_stub: true
|
||||
alt: alt
|
||||
title: title
|
||||
height: height
|
||||
width: width
|
||||
|
||||
|
||||
migration_dependencies:
|
||||
|
@@ -94,17 +94,6 @@ process:
|
||||
plugin: migration_lookup
|
||||
migration: d7_node_breve
|
||||
no_stub: true
|
||||
|
||||
# field_materiau_images:
|
||||
# -
|
||||
# plugin: skip_on_empty
|
||||
# method: process
|
||||
# source: field_materiau_image
|
||||
# -
|
||||
# plugin: migration_lookup
|
||||
# migration: d7_allpublicfiles
|
||||
# no_stub: true
|
||||
|
||||
field_materiau_images:
|
||||
plugin: iterator
|
||||
source: field_materiau_image
|
||||
@@ -118,8 +107,17 @@ process:
|
||||
title: title
|
||||
height: height
|
||||
width: width
|
||||
|
||||
# field_attachments: field_attachments
|
||||
field_attachments:
|
||||
plugin: iterator
|
||||
source: field_attachments
|
||||
process:
|
||||
target_id:
|
||||
plugin: migration_lookup
|
||||
migration: d7_allpublicfiles
|
||||
source: fid
|
||||
no_stub: true
|
||||
# there is no description field filled
|
||||
description: description
|
||||
|
||||
# field_famille: field_famille
|
||||
# field_index: field_identifiant
|
||||
|
@@ -112,12 +112,17 @@ process:
|
||||
3: "workflow_visible"
|
||||
4: "workflow_imported"
|
||||
5: "workflow_edited"
|
||||
|
||||
|
||||
# work in progress
|
||||
|
||||
# not ready
|
||||
# field_attachments: field_attachments
|
||||
field_attachments:
|
||||
plugin: iterator
|
||||
source: field_attachments
|
||||
process:
|
||||
target_id:
|
||||
plugin: migration_lookup
|
||||
migration: d7_allpublicfiles
|
||||
source: fid
|
||||
no_stub: true
|
||||
# there is no description field filled
|
||||
description: description
|
||||
|
||||
migration_dependencies:
|
||||
required:
|
||||
|
Reference in New Issue
Block a user