Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / shortcut / migrations / d7_shortcut.yml
1 id: d7_shortcut
2 label: Shortcut links
3 migration_tags:
4   - Drupal 7
5   - Content
6 source:
7   plugin: d7_shortcut
8   constants:
9     uri_scheme: 'internal:/'
10 process:
11   shortcut_set:
12      plugin: migration_lookup
13      migration: d7_shortcut_set
14      source: menu_name
15   title: link_title
16   weight: weight
17   link:
18     plugin: concat
19     source:
20       - 'constants/uri_scheme'
21       - link_path
22 destination:
23   plugin: entity:shortcut
24 migration_dependencies:
25   required:
26     - d7_shortcut_set
27     - d7_menu_links