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.

82 lines
1.4 KiB

  1. uuid: dcff6abc-7781-4305-a144-7efad9745d7d
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d7_should_have_been_page
  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: 'Nodes (Should Have Been page)'
  14. source:
  15. plugin: d7_node
  16. node_type: should_have_been_page
  17. process:
  18. nid:
  19. -
  20. plugin: get
  21. source: tnid
  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_page/0/status:
  72. -
  73. plugin: get
  74. source: comment
  75. body:
  76. -
  77. plugin: get
  78. source: field_should_be_page_body
  79. destination:
  80. plugin: 'entity:node'
  81. default_bundle: page
  82. migration_dependencies: null