X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmenu_link_content%2Fmigration_templates%2Fd7_menu_links.yml;fp=web%2Fcore%2Fmodules%2Fmenu_link_content%2Fmigration_templates%2Fd7_menu_links.yml;h=0000000000000000000000000000000000000000;hp=200a79204791008c5e40a8e00aa4f65d34f42ab1;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/menu_link_content/migration_templates/d7_menu_links.yml b/web/core/modules/menu_link_content/migration_templates/d7_menu_links.yml deleted file mode 100644 index 200a79204..000000000 --- a/web/core/modules/menu_link_content/migration_templates/d7_menu_links.yml +++ /dev/null @@ -1,52 +0,0 @@ -id: d7_menu_links -label: Menu links -migration_tags: - - Drupal 7 -source: - plugin: menu_link - constants: - bundle: menu_link_content -process: - id: mlid - bundle: 'constants/bundle' - title: link_title - description: description - menu_name: - - - plugin: migration_lookup - migration: d7_menu - source: menu_name - - - plugin: skip_on_empty - method: row - 'link/uri': - plugin: link_uri - source: - - link_path - 'link/options': options - route: - plugin: route - source: - - link_path - - options - route_name: '@route/route_name' - route_parameters: '@route/route_parameters' - url: '@route/url' - options: '@route/options' - external: external - weight: weight - expanded: expanded - enabled: enabled - parent: - plugin: menu_link_parent - source: - - plid - - '@menu_name' - - parent_link_path - changed: updated -destination: - plugin: entity:menu_link_content - no_stub: true -migration_dependencies: - required: - - d7_menu