Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
17
web/core/modules/menu_ui/migrations/menu_settings.yml
Normal file
17
web/core/modules/menu_ui/migrations/menu_settings.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# The menu migration is in the system module and the menu_links migration is in the menu_link_content module.
|
||||
id: menu_settings
|
||||
label: Menu UI configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- menu_override_parent_selector
|
||||
source_module: menu
|
||||
process:
|
||||
override_parent_selector: menu_override_parent_selector
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: menu_ui.settings
|
Reference in a new issue