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

uuid: 6984f197-e8e8-40ed-9786-926108a713d0
langcode: en
status: true
dependencies: { }
id: upgrade_d7_menu
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: Menus
source:
plugin: menu
process:
id:
-
plugin: static_map
bypass: true
source: menu_name
map:
main-menu: main
management: admin
navigation: tools
user-menu: account
label:
-
plugin: get
source: title
description:
-
plugin: get
source: description
destination:
plugin: 'entity:menu'
migration_dependencies:
required: { }
optional: { }