migrate_plus.migration.upgrade_d6_node_revision_page.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. uuid: a68c2bc8-4fef-400f-9e1b-c05b3482c292
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_node_revision_page
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: migrate_drupal_6
  12. label: 'Node revisions (page)'
  13. source:
  14. plugin: d6_node_revision
  15. node_type: page
  16. process:
  17. nid: nid
  18. vid: vid
  19. langcode:
  20. plugin: default_value
  21. source: language
  22. default_value: und
  23. title: title
  24. uid: node_uid
  25. status: status
  26. created: created
  27. changed: changed
  28. promote: promote
  29. sticky: sticky
  30. body/format:
  31. plugin: migration_lookup
  32. migration: upgrade_d6_filter_format
  33. source: format
  34. body/value: body
  35. body/summary: teaser
  36. revision_uid: revision_uid
  37. revision_log: log
  38. revision_timestamp: timestamp
  39. field_mp3:
  40. plugin: d6_field_file
  41. source: field_mp3
  42. field_visuel:
  43. plugin: d6_field_file
  44. source: field_visuel
  45. destination:
  46. plugin: 'entity_revision:node'
  47. default_bundle: page
  48. migration_dependencies:
  49. required:
  50. - upgrade_d6_node_page
  51. optional: { }