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.
31 lines
655 B
31 lines
655 B
2 years ago
|
uuid: 2f0b15db-f2e9-4e26-b5ad-dafacb593bd5
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_menu_settings
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 6'
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Menu UI configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- menu_override_parent_selector
|
||
|
source_module: menu
|
||
|
process:
|
||
|
override_parent_selector:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: menu_override_parent_selector
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: menu_ui.settings
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|