You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
1.6 KiB

4 years ago
  1. uuid: 27b343fb-14d5-4d11-a72f-5b6aaf45c815
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d7_node_revision_test_paragraphs
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Content
  12. migration_group: migrate_drupal_7
  13. label: 'Node revisions (Test Paragraphs)'
  14. source:
  15. plugin: d7_node_revision
  16. node_type: test_paragraphs
  17. process:
  18. nid:
  19. -
  20. plugin: get
  21. source: nid
  22. vid:
  23. -
  24. plugin: get
  25. source: vid
  26. langcode:
  27. -
  28. plugin: default_value
  29. source: language
  30. default_value: und
  31. title:
  32. -
  33. plugin: get
  34. source: title
  35. uid:
  36. -
  37. plugin: get
  38. source: node_uid
  39. status:
  40. -
  41. plugin: get
  42. source: status
  43. created:
  44. -
  45. plugin: get
  46. source: created
  47. changed:
  48. -
  49. plugin: get
  50. source: changed
  51. promote:
  52. -
  53. plugin: get
  54. source: promote
  55. sticky:
  56. -
  57. plugin: get
  58. source: sticky
  59. revision_uid:
  60. -
  61. plugin: get
  62. source: revision_uid
  63. revision_log:
  64. -
  65. plugin: get
  66. source: log
  67. revision_timestamp:
  68. -
  69. plugin: get
  70. source: timestamp
  71. comment_node_test_paragraphs/0/status:
  72. -
  73. plugin: get
  74. source: comment
  75. field_test_paragraphs_content:
  76. -
  77. plugin: get
  78. source: field_test_paragraphs_content
  79. destination:
  80. plugin: 'entity_revision:node'
  81. default_bundle: test_paragraphs
  82. migration_dependencies:
  83. required:
  84. - upgrade_d7_node_article
  85. - upgrade_d7_node_page
  86. - upgrade_d7_node_test_paragraphs
  87. optional: { }