diff options
author | xjm <xjm@65776.no-reply.drupal.org> | 2017-11-07 06:19:19 -0600 |
---|---|---|
committer | xjm <xjm@65776.no-reply.drupal.org> | 2017-11-07 06:19:19 -0600 |
commit | 33818be2d810be751b11c81bdafcd300f15b055a (patch) | |
tree | 306ee96d6c7006f177c8aed9bee2e399b4fcfb31 /core/modules/menu_ui/migrations | |
parent | 3af361c83c622ed618328ebde2c8a25f26ea419e (diff) | |
download | drupal-33818be2d810be751b11c81bdafcd300f15b055a.tar.gz drupal-33818be2d810be751b11c81bdafcd300f15b055a.zip |
Issue #2917883 by quietone, TR, Jo Fitzgerald, masipila, phenaproxima: Rename 'migration_templates' directories in core modules to 'migrations'
Diffstat (limited to 'core/modules/menu_ui/migrations')
-rw-r--r-- | core/modules/menu_ui/migrations/menu_settings.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/modules/menu_ui/migrations/menu_settings.yml b/core/modules/menu_ui/migrations/menu_settings.yml new file mode 100644 index 00000000000..d3b1501cfa8 --- /dev/null +++ b/core/modules/menu_ui/migrations/menu_settings.yml @@ -0,0 +1,16 @@ +# 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 +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 |