migrate_plus.migration.d7_taxonomy_term_ville.yml 636 B

1234567891011121314151617181920212223242526272829
  1. id: d7_taxonomy_term_ville
  2. label: Taxonomy terms Villes
  3. migration_group: popsu
  4. audit: true
  5. migration_tags:
  6. - Drupal 7
  7. - Content
  8. - Popsu
  9. deriver: Drupal\taxonomy\Plugin\migrate\D7TaxonomyTermDeriver
  10. source:
  11. plugin: d7_taxoterm_ville
  12. bundle: popsu_villes
  13. destination:
  14. plugin: entity:taxonomy_term
  15. process:
  16. # If you are using this file to build a custom migration consider removing
  17. # the tid field to allow incremental migrations.
  18. # tid: tid
  19. vid:
  20. plugin: default_value
  21. default_value: villes
  22. name: name
  23. 'description/value': description
  24. 'description/format': format
  25. weight: weight
  26. changed: timestamp