migrate_plus.migration.d7_node_article.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. uuid: 9237cd40-dcf6-4a20-a0ed-2f65ff95779d
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: d7_node_article
  6. class: null
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Content
  12. - Materio
  13. migration_group: d7_materio
  14. label: 'Node Article'
  15. source:
  16. plugin: d7_node_breve
  17. node_type: breve
  18. process:
  19. type:
  20. plugin: default_value
  21. default_value: article
  22. title: title
  23. created: created
  24. changed: changed
  25. uid:
  26. plugin: migration_lookup
  27. migration: d7_users
  28. source: uid
  29. field_migration:
  30. plugin: default_value
  31. default_value: migration_imported
  32. body:
  33. plugin: iterator
  34. source: body
  35. process:
  36. value: value
  37. format:
  38. plugin: default_value
  39. default_value: wysiwyg
  40. langcode: language
  41. field_memo: field_memo
  42. field_workflow:
  43. -
  44. plugin: default_value
  45. source: workflow
  46. default_value: 2
  47. -
  48. plugin: static_map
  49. default_value: 2
  50. map:
  51. 1: workflow_creation
  52. 2: workflow_hidden
  53. 3: workflow_visible
  54. 4: workflow_imported
  55. 5: workflow_edited
  56. field_thesaurus:
  57. plugin: migration_lookup
  58. migration: d7_taxonomy_term_thesaurus
  59. source: field_onthologie
  60. field_tags:
  61. plugin: migration_lookup
  62. migration: d7_taxonomy_term_tags
  63. source: field_tags_libres
  64. field_video:
  65. plugin: iterator
  66. source: field_video_filter
  67. process:
  68. value: url
  69. field_linked_materials:
  70. -
  71. plugin: skip_on_empty
  72. method: process
  73. source: linked_materials
  74. -
  75. plugin: migration_lookup
  76. migration: d7_node_materiau
  77. no_stub: true
  78. field_visuel:
  79. plugin: iterator
  80. source: field_visuel
  81. process:
  82. target_id:
  83. plugin: migration_lookup
  84. migration: d7_allpublicfiles
  85. source: fid
  86. no_stub: true
  87. alt: alt
  88. title: title
  89. height: height
  90. width: width
  91. field_source:
  92. plugin: iterator
  93. source: field_source
  94. process:
  95. uri: url
  96. title: title
  97. options: attributes
  98. destination:
  99. plugin: 'entity:node'
  100. migration_dependencies:
  101. required:
  102. - d7_allpublicfiles
  103. - d7_users
  104. - d7_taxonomy_term_thesaurus
  105. - d7_taxonomy_term_tags
  106. - d7_taxonomy_term_company
  107. - d7_taxonomy_term_showroom
  108. - d7_node_materiau