migrate_plus.migration.d6_edlp_entrees.yml 614 B

123456789101112131415161718192021222324252627282930
  1. id: d6_edlp_entrees
  2. label: 'Edlp Drupal 6 entrees'
  3. migration_tags:
  4. - 'Drupal 6'
  5. migration_group: d6_edlp
  6. source:
  7. plugin: d6_edlp_taxonomy_term_entree
  8. bundle: 2
  9. process:
  10. name: name
  11. description/value:
  12. -
  13. plugin: get
  14. source: description
  15. -
  16. plugin: skip_on_empty
  17. method: row
  18. description/format:
  19. plugin: default_value
  20. default_value: wysiwyg
  21. field_notice/value: notice
  22. field_notice/format:
  23. plugin: default_value
  24. default_value: wysiwyg
  25. vid:
  26. plugin: default_value
  27. default_value: entrees
  28. weight: weight
  29. destination:
  30. plugin: 'entity:taxonomy_term'