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