view core/modules/menu_ui/migrations/menu_settings.yml @ 15:e200cb7efeb3

Update Drupal core to 8.5.3 via Composer
author Chris Cannam
date Thu, 26 Apr 2018 11:26:54 +0100
parents 1fec387a4317
children
line wrap: on
line source
# 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