migrate_plus.migration.d7_node_breve.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. id: d7_node_breve
  2. label: Node Breve
  3. migration_group: d7_materio
  4. audit: true
  5. migration_tags:
  6. - Drupal 7
  7. - Content
  8. - Materio
  9. deriver: Drupal\taxonomy\Plugin\migrate\D7TaxonomyTermDeriver
  10. source:
  11. plugin: d7_node_breve
  12. node_type: breve
  13. destination:
  14. plugin: entity:node
  15. process:
  16. # nid: nid
  17. type:
  18. plugin: default_value
  19. default_value: breve
  20. title: title
  21. field_migration:
  22. plugin: default_value
  23. default_value: 'migration_imported'
  24. body:
  25. plugin: iterator
  26. source: field_description
  27. process:
  28. value: value
  29. format:
  30. plugin: default_value
  31. default_value: wysiwyg
  32. langcode: language
  33. field_memo: field_memo
  34. field_workflow:
  35. -
  36. plugin: default_value
  37. source: workflow
  38. default_value: 2
  39. -
  40. plugin: static_map
  41. default_value: 2
  42. map:
  43. 1: "workflow_creation"
  44. 2: "workflow_hidden"
  45. 3: "workflow_visible"
  46. 4: "workflow_imported"
  47. 5: "workflow_edited"
  48. field_thesaurus:
  49. plugin: migration_lookup
  50. migration: d7_taxonomy_term_thesaurus
  51. source: field_onthologie
  52. field_tags:
  53. plugin: migration_lookup
  54. migration: d7_taxonomy_term_tags
  55. source: field_tags_libres
  56. field_video:
  57. plugin: iterator
  58. source: field_video_filter
  59. process:
  60. value: url
  61. field_linked_materials:
  62. -
  63. plugin: skip_on_empty
  64. method: process
  65. source: linked_materials
  66. -
  67. plugin: migration_lookup
  68. migration: d7_node_materiau
  69. no_stub: true
  70. field_visuel:
  71. plugin: iterator
  72. source: field_visuel
  73. process:
  74. target_id:
  75. plugin: migration_lookup
  76. migration: d7_allpublicfiles
  77. source: fid
  78. no_stub: true
  79. alt: alt
  80. title: title
  81. height: height
  82. width: width
  83. migration_dependencies:
  84. required:
  85. - d7_allpublicfiles
  86. - d7_taxonomy_term_thesaurus
  87. - d7_taxonomy_term_tags
  88. - d7_taxonomy_term_company
  89. - d7_taxonomy_term_showroom
  90. optional:
  91. - d7_node_materiau