migrate_plus.migration.d7_taxonomy_term_showroom.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. uuid: 9cd74ea1-4c1d-40fa-8cfb-086a6e215672
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: Oip5TPNIP8RxEmtUffgwo8AuBwxsYGMdECAxEqmnCiA
  7. id: d7_taxonomy_term_showroom
  8. class: null
  9. field_plugin_method: null
  10. cck_plugin_method: null
  11. migration_tags:
  12. - 'Drupal 7'
  13. - Content
  14. - Materio
  15. migration_group: d7_materio
  16. label: 'Taxonomy terms Showroom'
  17. source:
  18. plugin: d7_taxonomy_term_showroom
  19. bundle: showroom
  20. process:
  21. vid:
  22. plugin: default_value
  23. default_value: showroom
  24. name: name
  25. weight: weight
  26. parent:
  27. plugin: default_value
  28. default_value: 0
  29. changed: timestamp
  30. langcode:
  31. plugin: default_value
  32. default_value: und
  33. field_migration:
  34. plugin: default_value
  35. default_value: migration_imported
  36. field_workflow:
  37. plugin: default_value
  38. default_value: workflow_visible
  39. field_website:
  40. plugin: iterator
  41. source: field_website
  42. process:
  43. uri: url
  44. title: title
  45. options: attributes
  46. field_memo: field_memo
  47. field_public_phone: public_phone
  48. field_public_email:
  49. plugin: iterator
  50. source: field_public_email
  51. process:
  52. value: email
  53. field_public_address:
  54. plugin: iterator
  55. source: field_public_address
  56. process:
  57. country_code: country
  58. administrative_area: administrative_area
  59. locality: locality
  60. dependent_locality: dependent_locality
  61. postal_code: postal_code
  62. address_line1: thoroughfare
  63. organization: organisation_name
  64. given_name: first_name
  65. family_name: last_name
  66. description:
  67. plugin: iterator
  68. source: body
  69. process:
  70. value: value
  71. format:
  72. plugin: default_value
  73. default_value: wysiwyg
  74. destination:
  75. plugin: 'entity:taxonomy_term'
  76. migration_dependencies: null