migrate_plus.migration.d7_node_programme.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. uuid: 01d9fb31-fab8-4cd4-8baa-952cc5abbac9
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: gnIlpxdQVO9VXb7quJw-fmpz3CX1GUXjMhjHmZ5w1YM
  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. high_water_property:
  22. name: changed
  23. alias: 'n'
  24. process:
  25. type:
  26. plugin: default_value
  27. default_value: programme
  28. created: created
  29. changed: changed
  30. uid:
  31. plugin: default_value
  32. default_value: 34
  33. title: term_title
  34. body/value: body
  35. body/summary: body_summary
  36. body/format:
  37. plugin: default_value
  38. default_value: wysiwyg
  39. field_textes: text_paragraphe
  40. field_sous_parties: sous_parties
  41. field_partenaires: partenaires
  42. field_fichier:
  43. plugin: sub_process
  44. source: fichiers
  45. process:
  46. target_id:
  47. plugin: migration_lookup
  48. migration: d7_allpublicfiles
  49. source: fid
  50. no_stub: true
  51. display: display
  52. description: description
  53. destination:
  54. plugin: 'entity:node'
  55. migration_dependencies:
  56. required:
  57. - d7_allpublicfiles
  58. - d7_users