diff -u b/core/modules/menu_ui/config/install/tour.tour.menu-ui.yml b/core/modules/menu_ui/config/install/tour.tour.menu-ui.yml --- b/core/modules/menu_ui/config/install/tour.tour.menu-ui.yml +++ b/core/modules/menu_ui/config/install/tour.tour.menu-ui.yml @@ -1,7 +1,13 @@ +langcode: en +status: true +dependencies: + module: + - menu_ui +_core: + default_config_hash: FmlRwF6bflP4Ul6CMneCS91JesYJ5n-o015M2ISvFiM id: menu-ui -module: menu_ui label: 'Menu Listing Page' -langcode: en +module: menu_ui routes: - route_name: entity.menu.collection tips: @@ -12,28 +18,28 @@ - weight: 1 body: 'Using the Menu system you can add, remove, and rename menus and menu items/tabs. Each Menu contains a hierarchy of links that can be displayed in a variety of contexts throughout your site.' + weight: 1 menu-admin-menu: id: menu-admin-menu plugin: text - label: Administration Menu + label: 'Administration Menu' + body: 'For example, in the listing of Menus below, Administration controls the content of the Manage menu in the Admin Toolbar.' weight: 2 attributes: - data-id: 'toolbar-administration' - body: 'For example, in the listing of Menus below, Administration controls the content of the Manage menu in the Admin Toolbar.' + data-id: toolbar-administration menu-add: id: menu-add plugin: text - label: Adding New Menus + label: 'Adding New Menus' + body: 'Add a new top level Menu here, and specify the Menu''s title and, optionally, a description (Administrative Summary).' + location: 'bottom' weight: 3 attributes: data-class: button-action - body: 'Add a new top level Menu here, and specify the Menu''s title and, optionally, a description (Administrative Summary).' - location: 'bottom' menu-actions: id: menu-actions plugin: text label: 'Menu Actions' - weight: 4 - attributes: - data-class: 'dropbutton-widget' body: 'Edit a Menu to view or change the hierarchy of Links in the Menu. These drop-button controls also offer quick access to the commonly used Add Link form.' location: 'left' + weight: 4 + attributes: + data-class: dropbutton-widget