diff --git a/core/modules/menu/config/tour.tour.menu.yml b/core/modules/menu/config/tour.tour.menu.yml new file mode 100644 index 0000000..9c89c07 --- /dev/null +++ b/core/modules/menu/config/tour.tour.menu.yml @@ -0,0 +1,29 @@ +id: menu +module: menu +label: 'Menu Listing Page' +langcode: en +paths: + - 'admin/structure/menu' +tips: + menu-actions: + id: menu-actions + plugin: text + label: 'Menu actions' + body: 'Collection of tools for use with a particular menu. Rearrange menu link ordering, and various other configuration attributes. Click dropdown for available actions' + weight: '3' + attributes: + data-class: dropbutton-action + menu-add: + id: menu-add + plugin: text + label: 'Add a new menu' + body: 'Will allow you to create a new menu to store a collection of menu links' + weight: '2' + attributes: + data-class: button-action + menu-listing: + id: menu-listing + plugin: text + label: 'Menu Listing Page' + body: 'This page lists the menus available on your site. Menus are a collection of links arranged in a hierarchy. The display of menus is accomplished by its corresponding block which is managed on the block administration page.' + weight: '1'