_migrate_plus.migration.d7_taxonomy_vocabulary_company.yml 798 B

1234567891011121314151617181920212223242526272829303132333435
  1. id: d7_taxonomy_vocabulary_company
  2. label: Taxonomy vocabularies Company
  3. migration_group: d7_materio
  4. migration_tags:
  5. - Drupal 7
  6. - Configuration
  7. - Materio
  8. source:
  9. plugin: d7_taxonomy_vocabulary
  10. bundle: company
  11. destination:
  12. plugin: entity:taxonomy_vocabulary
  13. process:
  14. vid:
  15. -
  16. plugin: make_unique_entity_field
  17. source: machine_name
  18. entity_type: taxonomy_vocabulary
  19. field: vid
  20. length: 32
  21. migrated: true
  22. -
  23. # This plugin checks if the vocabulary being migrated is the one used by
  24. # Forum. If so, we use the machine name that Forum expects. Otherwise, we
  25. # leave it unchanged.
  26. plugin: forum_vocabulary
  27. machine_name: forums
  28. label: name
  29. name: name
  30. description: description
  31. hierarchy: hierarchy
  32. weight: weight