migrate_plus.migration.d7_node_breve.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: field_visuel
  71. migration_dependencies:
  72. required:
  73. - d7_allpublicfiles
  74. - d7_taxonomy_term_thesaurus
  75. - d7_taxonomy_term_tags
  76. - d7_taxonomy_term_company
  77. - d7_taxonomy_term_showroom
  78. optional:
  79. - d7_node_materiau