migrate_plus.migration.d7_taxonomy_term_showroom.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. uuid: 805f2fcd-3109-4f9e-9c25-2f577d38a4c9
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: d7_taxonomy_term_showroom
  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: 'Taxonomy terms Showroom'
  15. source:
  16. plugin: d7_taxonomy_term_showroom
  17. bundle: showroom
  18. process:
  19. vid:
  20. plugin: default_value
  21. default_value: showroom
  22. name: name
  23. weight: weight
  24. parent:
  25. plugin: default_value
  26. default_value: 0
  27. changed: timestamp
  28. langcode:
  29. plugin: default_value
  30. default_value: und
  31. field_migration:
  32. plugin: default_value
  33. default_value: migration_imported
  34. field_workflow:
  35. plugin: default_value
  36. default_value: workflow_visible
  37. field_website:
  38. plugin: iterator
  39. source: field_website
  40. process:
  41. uri: url
  42. title: title
  43. options: attributes
  44. field_memo: field_memo
  45. field_public_phone: public_phone
  46. field_public_email:
  47. plugin: iterator
  48. source: field_public_email
  49. process:
  50. value: email
  51. field_public_address:
  52. plugin: iterator
  53. source: field_public_address
  54. process:
  55. country_code: country
  56. administrative_area: administrative_area
  57. locality: locality
  58. dependent_locality: dependent_locality
  59. postal_code: postal_code
  60. address_line1: thoroughfare
  61. organization: organisation_name
  62. given_name: first_name
  63. family_name: last_name
  64. description:
  65. plugin: iterator
  66. source: body
  67. process:
  68. value: value
  69. format:
  70. plugin: default_value
  71. default_value: wysiwyg
  72. destination:
  73. plugin: 'entity:taxonomy_term'
  74. migration_dependencies: null