123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- uuid: bb4b4a23-a883-456f-b89f-5c7b598a4247
- langcode: fr
- status: true
- dependencies: { }
- _core:
- default_config_hash: tVxq-4dg-JkKcB01hEZQrxTk3VUApI6tXnH6vEeDdmc
- 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_type_de_ressource:
- plugin: migration_lookup
- migration: d7_taxonomy_term_type_doc
- source: field_popsu_doc_type
- no_stub: true
- field_sous_titre:
- plugin: sub_process
- source: field_popsu_publication_soustitr
- process:
- value: value
- field_edition:
- plugin: sub_process
- source: field_popsu_doc_source
- process:
- value: value
- summary: summary
- format:
- plugin: default_value
- default_value: wysiwyg
- body:
- plugin: sub_process
- source: body
- process:
- value: value
- summary: summary
- format:
- plugin: default_value
- default_value: wysiwyg
- field_image:
- plugin: sub_process
- source: field_popsu_publication_cover
- process:
- target_id:
- plugin: migration_lookup
- migration: d7_allpublicfiles
- source: fid
- no_stub: true
- alt: alt
- title: title
- field_fichier:
- plugin: sub_process
- source: field_popsu_doc_files
- process:
- target_id:
- plugin: migration_lookup
- migration: d7_allpublicfiles
- source: fid
- no_stub: true
- display: display
- description: description
- field_ressources_liees:
- plugin: migration_lookup
- migration: d7_node_ressource
- source: field_ressources_liees
- no_stub: true
- field_memo: field_memo
- destination:
- plugin: 'entity:node'
- migration_dependencies:
- required:
- - d7_allpublicfiles
- - d7_users
- - d7_taxonomy_term_type_doc
|