dac9354338218e48157f2f83334b9081b728f234
[yaffs-website] / web / core / modules / shortcut / migration_templates / d7_shortcut.yml
1 id: d7_shortcut
2 label: Shortcut links
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: d7_shortcut
7   constants:
8     uri_scheme: 'internal:/'
9 process:
10   shortcut_set:
11      plugin: migration_lookup
12      migration: d7_shortcut_set
13      source: menu_name
14   title: link_title
15   weight: weight
16   link:
17     plugin: concat
18     source:
19       - 'constants/uri_scheme'
20       - link_path
21 destination:
22   plugin: entity:shortcut
23 migration_dependencies:
24   required:
25     - d7_shortcut_set
26     - d7_menu_links