popsu_migrate: D7NodeRessource title, programme, projet, theme, poid ok
This commit is contained in:
57
config/sync/migrate_plus.migration.d7_node_ressource.yml
Normal file
57
config/sync/migrate_plus.migration.d7_node_ressource.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
uuid: c56ee3c4-8f8c-4db9-8d4e-3e561717a77a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: vLP1_Cnin9Yl02tpBgcYRMk7JrLOJRChR8FvtW1nrXo
|
||||
id: d7_node_ressource
|
||||
class: null
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 7'
|
||||
- Content
|
||||
- Popsu
|
||||
migration_group: popsu
|
||||
label: 'Node Ressource'
|
||||
source:
|
||||
plugin: d7_node_ressource
|
||||
batch_size: 500
|
||||
process:
|
||||
type:
|
||||
plugin: default_value
|
||||
default_value: ressource
|
||||
created: created
|
||||
changed: changed
|
||||
uid:
|
||||
plugin: default_value
|
||||
default_value: 34
|
||||
title: title
|
||||
field_programme:
|
||||
plugin: sub_process
|
||||
source: field_programme
|
||||
process:
|
||||
target_id:
|
||||
plugin: migration_lookup
|
||||
migration: d7_node_programme
|
||||
source: nid
|
||||
no_stub: true
|
||||
field_theme:
|
||||
plugin: migration_lookup
|
||||
migration: d7_node_theme
|
||||
source: field_theme
|
||||
no_stub: true
|
||||
field_projet:
|
||||
plugin: migration_lookup
|
||||
migration: d7_node_projet
|
||||
source: field_projet
|
||||
no_stub: true
|
||||
field_poid: field_poids
|
||||
field_memo: field_memo
|
||||
destination:
|
||||
plugin: 'entity:node'
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_allpublicfiles
|
||||
- d7_users
|
||||
- d7_taxonomy_term_type_theme
|
||||
Reference in New Issue
Block a user