migrate_plus.migration.d7_node_static.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. uuid: 92e4c3e2-f333-486a-84f2-f0083d4b2191
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: giLUW65Fkj4Orn9QcEvs9tTY5s_MZ66ETkDLSoU8btk
  7. id: d7_node_static
  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 Static'
  17. source:
  18. plugin: d7_node_static
  19. batch_size: 500
  20. process:
  21. type:
  22. plugin: default_value
  23. default_value: static
  24. created: created
  25. changed: changed
  26. uid:
  27. plugin: default_value
  28. default_value: 34
  29. title: title
  30. field_textes: field_textes
  31. field_pieces_jointes:
  32. plugin: sub_process
  33. source: field_popsu_pageneutral_insert
  34. process:
  35. target_id:
  36. plugin: migration_lookup
  37. migration: d7_allpublicfiles
  38. source: fid
  39. no_stub: true
  40. display: display
  41. description: description
  42. field_memo: field_memo
  43. destination:
  44. plugin: 'entity:node'
  45. migration_dependencies:
  46. required:
  47. - d7_allpublicfiles
  48. - d7_users
  49. - d7_taxonomy_term_type_theme