123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- uuid: 33fb807a-7941-481f-85c6-745336b34fde
- langcode: fr
- status: true
- dependencies: { }
- _core:
- default_config_hash: rJxQh2W7x4hn1fMvgAiyjsdjG3SPO8Re_q5Zv15hgcQ
- id: d7_node_theme
- class: null
- field_plugin_method: null
- cck_plugin_method: null
- migration_tags:
- - 'Drupal 7'
- - Content
- - Popsu
- migration_group: popsu
- label: 'Node Theme'
- source:
- plugin: d7_node_theme
- batch_size: 500
- high_water_property:
- name: changed
- alias: 'n'
- process:
- type:
- plugin: default_value
- default_value: theme
- created: created
- changed: changed
- uid:
- plugin: default_value
- default_value: 34
- title: title
- field_programme:
- plugin: migration_lookup
- migration: d7_node_programme
- source: programme
- no_stub: true
- field_image:
- plugin: sub_process
- source: images
- process:
- target_id:
- plugin: migration_lookup
- migration: d7_allpublicfiles
- source: fid
- no_stub: true
- alt: alt
- title: title
- destination:
- plugin: 'entity:node'
- migration_dependencies:
- required:
- - d7_allpublicfiles
- - d7_users
|