migrate_plus.migration.d6_edlp_pagetype.yml 464 B

123456789101112131415161718192021222324
  1. uuid: null
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: d6_edlp_pagetype
  6. class: null
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: d6_edlp
  12. label: 'Edlp Drupal 6 type de page'
  13. source:
  14. plugin: d6_taxonomy_term
  15. bundle: 1
  16. process:
  17. name: name
  18. description: description
  19. vid:
  20. plugin: default_value
  21. default_value: page_type
  22. destination:
  23. plugin: 'entity:taxonomy_term'
  24. migration_dependencies: null