diff --git a/core/modules/menu_ui/config/install/tour.tour.menu-ui.yml b/core/modules/menu_ui/config/install/tour.tour.menu-ui.yml new file mode 100644 index 0000000..d676a5b --- /dev/null +++ b/core/modules/menu_ui/config/install/tour.tour.menu-ui.yml @@ -0,0 +1,30 @@ +id: menu-ui +module: menu_ui +label: 'Menu Listing Page' +langcode: en +routes: + - route_name: entity.menu.collection +tips: + menu-listing: + id: menu-listing + plugin: text + label: 'Menu listing page' + weight: 1 + body: 'View the menus available on your site. Menus are a collection of links arranged in a hierarchy.' + menu-add: + id: menu-add + plugin: text + label: 'Add a menu' + weight: 2 + attributes: + data-class: 'button-action' + body: 'Create a new collection of menu links.' + menu-actions: + id: menu-actions + plugin: text + label: 'Menu actions' + weight: 3 + attributes: + data-class: 'dropbutton-widget' + body: 'Click edit to rearrange links, change the menu name or add links.' + location: 'left' diff --git a/core/modules/menu_ui/src/Tests/MenuTourTest.php b/core/modules/menu_ui/src/Tests/MenuTourTest.php new file mode 100644 index 0000000..ab39a38 --- /dev/null +++ b/core/modules/menu_ui/src/Tests/MenuTourTest.php @@ -0,0 +1,49 @@ + array()); + +}