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.
45 lines
825 B
45 lines
825 B
2 years ago
|
uuid: a70a2968-d827-463e-b80c-a12429252887
|
||
|
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
|
||
|
langcode:
|
||
|
-
|
||
|
plugin: default_value
|
||
|
source: language
|
||
|
default_value: en
|
||
|
destination:
|
||
|
plugin: 'entity:menu'
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|