Version 1
[yaffs-website] / web / core / modules / system / migration_templates / d7_menu.yml
1 id: d7_menu
2 label: Menus
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: menu
7 process:
8   id:
9     plugin: static_map
10     bypass: true
11     source: menu_name
12     map:
13       main-menu: main
14       management: admin
15       navigation: tools
16       user-menu: account
17   label: title
18   description: description
19 destination:
20   plugin: entity:menu