You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
732 B

4 years ago
  1. uuid: 6984f197-e8e8-40ed-9786-926108a713d0
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d7_menu
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Configuration
  12. migration_group: migrate_drupal_7
  13. label: Menus
  14. source:
  15. plugin: menu
  16. process:
  17. id:
  18. -
  19. plugin: static_map
  20. bypass: true
  21. source: menu_name
  22. map:
  23. main-menu: main
  24. management: admin
  25. navigation: tools
  26. user-menu: account
  27. label:
  28. -
  29. plugin: get
  30. source: title
  31. description:
  32. -
  33. plugin: get
  34. source: description
  35. destination:
  36. plugin: 'entity:menu'
  37. migration_dependencies:
  38. required: { }
  39. optional: { }