diff --git a/core/modules/shortcut/config/install/tour.tour.shortcut-manage.yml b/core/modules/shortcut/config/install/tour.tour.shortcut-manage.yml new file mode 100644 index 0000000..d4194ee --- /dev/null +++ b/core/modules/shortcut/config/install/tour.tour.shortcut-manage.yml @@ -0,0 +1,49 @@ +id: shortcut-manage +module: shortcut +label: 'Add or edit a shortcut in a shortcut set.' +langcode: en +routes: + - route_name: shortcut.set_customize +tips: + introduction: + id: introduction + plugin: text + label: 'Adding or editing a shortcut' + weight: 1 + body: 'This form can be used to edit an existing shortcut or add a new shortcut to your site. You can also reorder your shortcuts, but remember to save.' + add-shortcut-button: + id: add-shortcut-button + plugin: text + label: 'Add a new link' + weight: 2 + body: 'Click here to add a new link to your shortcuts.' + attributes: + data-class: 'action-links .button--primary' + rearrange-shortcuts-anchor: + id: rearrange-shortcuts-anchor + plugin: text + label: 'Rearrange your shortcuts' + weight: 3 + body: 'Click here and drag to rearrange existing shortcuts.' + attributes: + data-class: 'tabledrag-handle' + container-shortcut_edit: + id: container-shortcut-edit + plugin: text + label: 'Edit this shortcut' + weight: 4 + body: 'Click here to edit this shortcut link.' + attributes: + data-class: 'edit a' + container-shortcut-remove: + id: container-shortcut-remove + plugin: text + label: 'Remove a link' + weight: 5 + location: left + body: 'Click here if you need to remove a link.' + attributes: + data-class: 'dropbutton-wrapper .dropbutton-toggle' +dependencies: + module: + - tour