diff --git a/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js b/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js index d345af4128..1e25703377 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/tour.service.js @@ -24,12 +24,19 @@ content: "These are the Sections and allows you to navigate the different areas of Umbraco.", backdropOpacity: 0.6 }, + { element: "#tree", elementPreventClick: true, title: "The Tree", content: "This is the Tree and will contain all the content of your website." }, + { + element: "[data-element='editor-content']", + elementPreventClick: true, + title: "Dashboards", + content: "A dashboard is the main view you are presented with when entering a section within the backoffice, and can be used to show valuable information to the users of the system." + }, { element: "[data-element='global-search-field']", title: "Search", @@ -67,6 +74,11 @@ title: "Help", content: "
In the help drawer you will find articles and videos related to the section you are using.
This is also where you will find the next tour on how to get started with Umbraco.
", backdropOpacity: 0.6 + }, + { + element: "[data-element='drawer'] [data-element='help-tours']", + title: "Tours", + content: "To continue your journey on getting started with Umbraco, you can find more tours right here." } ] },