migrate_plus.migration.d7_node_programme.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. uuid: 526be06c-1d07-4a62-8e15-04607ac1786e
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: hReXJPChx1-JDHxXfJv4p1KrR6w_DmrgLrGrpfCN63U
  7. id: d7_node_programme
  8. class: null
  9. field_plugin_method: null
  10. cck_plugin_method: null
  11. migration_tags:
  12. - 'Drupal 7'
  13. - Content
  14. - Popsu
  15. migration_group: popsu
  16. label: 'Node Programme'
  17. source:
  18. plugin: d7_node_programme
  19. node_type: popsu_special
  20. batch_size: 500
  21. process:
  22. type:
  23. plugin: default_value
  24. default_value: programme
  25. created: created
  26. changed: changed
  27. uid:
  28. plugin: default_value
  29. default_value: 34
  30. title: term_title
  31. body/value: body
  32. body/summary: body_summary
  33. body/format:
  34. plugin: default_value
  35. default_value: wysiwyg
  36. field_textes: text_paragraphe
  37. field_sous_parties: sous_parties
  38. field_partenaires: partenaires
  39. field_fichier:
  40. plugin: sub_process
  41. source: fichiers
  42. process:
  43. target_id:
  44. plugin: migration_lookup
  45. migration: d7_allpublicfiles
  46. source: fid
  47. no_stub: true
  48. display: display
  49. description: description
  50. destination:
  51. plugin: 'entity:node'
  52. migration_dependencies:
  53. required:
  54. - d7_allpublicfiles
  55. - d7_users