migrate_plus.migration.upgrade_d6_node_home.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. uuid: 56aa279c-a52f-4c39-9ba6-3dcf4005beb2
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_node_home
  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: 'Nodes (home)'
  13. source:
  14. plugin: d6_node
  15. node_type: home
  16. process:
  17. nid: tnid
  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. destination:
  40. plugin: 'entity:node'
  41. default_bundle: home
  42. migration_dependencies:
  43. required:
  44. - upgrade_d6_user
  45. - upgrade_d6_node_type
  46. - upgrade_d6_node_settings
  47. - upgrade_d6_filter_format
  48. optional:
  49. - upgrade_d6_field_instance_widget_settings
  50. - upgrade_d6_field_formatter_settings
  51. - upgrade_d6_upload_field_instance