d6_taxonomy_vocabulary_translation.yml 556 B

12345678910111213141516171819202122232425262728
  1. id: d6_taxonomy_vocabulary_translation
  2. label: Taxonomy vocabularies
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: d6_taxonomy_vocabulary_translation
  8. process:
  9. vid:
  10. -
  11. plugin: machine_name
  12. source: name
  13. -
  14. plugin: substr
  15. length: 32
  16. langcode: language
  17. property:
  18. plugin: static_map
  19. source: property
  20. map:
  21. name: name
  22. description: description
  23. translation: translation
  24. destination:
  25. plugin: entity:taxonomy_vocabulary
  26. migration_dependencies:
  27. required:
  28. - d6_taxonomy_vocabulary