Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

menu_settings.yml

core/modules/menu_ui/migrations/menu_settings.yml

File

core/modules/menu_ui/migrations/menu_settings.yml

View source
  1. # The menu migration is in the system module and the menu_links migration is in the menu_link_content module.
  2. id: menu_settings
  3. label: Menu UI configuration
  4. migration_tags:
  5. - Drupal 6
  6. - Drupal 7
  7. - Configuration
  8. source:
  9. plugin: variable
  10. variables:
  11. - menu_override_parent_selector
  12. source_module: menu
  13. process:
  14. override_parent_selector: menu_override_parent_selector
  15. destination:
  16. plugin: config
  17. config_name: menu_ui.settings
RSS feed
Powered by Drupal