migrate_plus.migration.d7_node_materiau.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. id: d7_node_materiau
  2. label: Node Materiau
  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_materiau
  12. node_type: materiau
  13. destination:
  14. plugin: entity:node
  15. process:
  16. # nid: nid
  17. type:
  18. plugin: default_value
  19. default_value: materiau
  20. title: title
  21. field_short_description: field_nature_titre
  22. field_migration:
  23. plugin: default_value
  24. default_value: 'migration_imported'
  25. body:
  26. plugin: iterator
  27. source: field_description
  28. process:
  29. value: value
  30. format:
  31. plugin: default_value
  32. default_value: wysiwyg
  33. langcode: language
  34. field_memo: field_memo
  35. field_workflow:
  36. plugin: static_map
  37. source: workflow
  38. map:
  39. 1: "workflow_creation"
  40. 2: "workflow_hidden"
  41. 3: "workflow_visible"
  42. 4: "workflow_imported"
  43. 5: "workflow_edited"
  44. # field_thesaurus: field_onthologie
  45. # field_tags: field_tags_libres
  46. # field_materiau_images: field_materiau_image
  47. # field_video: field_video_filter
  48. # field_manufacturer: field_company_fab
  49. # field_distributor: field_company_distrib
  50. # field_attachments: field_attachments
  51. # field_linked_materials: field_materiau_ref
  52. # field_linked_breves: field_breve_ref
  53. # field_famille: field_famille
  54. # field_index: field_identifiant
  55. # field_reference: field_reference_materio
  56. # just archives
  57. # : field_localisation
  58. # TODO: need to find an alternative or rebuild the custom module
  59. # : field_location
  60. migration_dependencies:
  61. required:
  62. - d7_taxonomy_term_thesaurus
  63. - d7_taxonomy_term_tags
  64. - d7_taxonomy_term_company
  65. - d7_taxonomy_term_showroom