diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json index a926a7c1d3..e300e6562e 100644 --- a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json +++ b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json @@ -6,32 +6,26 @@ "groupOrder": 100, "allowDisable": true, "requiredSections": [ - "content", - "media", - "settings", - "developer", - "users", - "member", - "forms" + "content" ], "steps": [ { "title": "Welcome to Umbraco - The Friendly CMS", - "content": "
Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.
In this quick tour we will introduce you to the main areas of Umbraco and show you how to best get started.
If you don't want to take the tour now you can always start it by opening the Help drawer in the bottom left corner.
", + "content": "Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.
In this quick tour we will introduce you to the main areas of Umbraco and show you how to best get started.
If you don't want to take the tour now you can always start it by opening the Help drawer in the top right corner.
", "type": "intro" }, { "element": "[data-element='sections']", "elementPreventClick": true, "title": "Main Menu", - "content": "This is the main menu in Umbraco backoffice. Here you can navigate between the different sections, see your user profile and open the help drawer.", + "content": "This is the main menu in Umbraco backoffice. Here you can navigate between the different sections, search for items, see your user profile and open the help drawer.", "backdropOpacity": 0.6 }, { "element": "[data-element='section-content']", "elementPreventClick": true, "title": "Sections", - "content": "Each area in Umbraco is called a Section. Right now you are in the Content section, when you want to go to another section simply click on the appropriate icon in the main menu and you'll be there in no time.", + "content": "Each area in Umbraco is called a Section. Right now you are in the Content section, when you want to go to another section simply click on the appropriate name in the main menu and you'll be there in no time.", "backdropOpacity": 0.6 }, { @@ -62,7 +56,7 @@ "element": "[data-element~='overlay-user']", "elementPreventClick": true, "title": "User profile", - "content": "Here you can see details about your user, what Umbraco version the site is running, change your password and log out of Umbraco.
In the User section you will be able to do more advanced user management.
" + "content": "Here you can see details about your user, change your password and log out of Umbraco.
In the User section you will be able to do more advanced user management.
" }, { "element": "[data-element~='overlay-user'] [data-element='button-overlayClose']", @@ -97,13 +91,7 @@ "group": "Getting Started", "groupOrder": 100, "requiredSections": [ - "content", - "media", - "settings", - "developer", - "users", - "member", - "forms" + "settings" ], "steps": [ { @@ -150,8 +138,8 @@ }, { "element": "[data-element='group-name-field']", - "title": "Name the tab", - "content": "Enter Home in the tab name.
You can name a tab anything you want and if you have a lot of properties it can be useful to add multiple tabs.
", + "title": "Name the group", + "content": "Enter Home in the group name.
You can name a group anything you want and if you have a lot of properties it can be useful to add multiple groups.
", "view": "tabName" }, { @@ -233,13 +221,7 @@ "group": "Getting Started", "groupOrder": 100, "requiredSections": [ - "content", - "media", - "settings", - "developer", - "users", - "member", - "forms" + "content" ], "steps": [ { @@ -292,13 +274,7 @@ "group": "Getting Started", "groupOrder": 100, "requiredSections": [ - "content", - "media", - "settings", - "developer", - "users", - "member", - "forms" + "settings" ], "steps": [ { @@ -347,13 +323,7 @@ "group": "Getting Started", "groupOrder": 100, "requiredSections": [ - "content", - "media", - "settings", - "developer", - "users", - "member", - "forms" + "content" ], "steps": [ { @@ -376,7 +346,7 @@ "eventElement": "#tree [data-element='tree-item-Home'] a.umb-tree-item__label" }, { - "element": "[data-element='editor-content'] [data-element='sub-view-info']", + "element": "[data-element='editor-content'] [data-element='sub-view-umbInfo']", "title": "Info", "content": "Under the Info-app you will find the default information about a content item.
", "event": "click" @@ -396,13 +366,7 @@ "group": "Getting Started", "groupOrder": 100, "requiredSections": [ - "content", - "media", - "settings", - "developer", - "users", - "member", - "forms" + "media" ], "steps": [ { @@ -451,7 +415,7 @@ { "element": "[data-element='editor-media'] [data-element='media-grid-item-0']", "title": "View media item details", - "content": "Hover over the media item and Click the purple bar to view details about the media item.", + "content": "Hover over the media item and Click the white bar to view details about the media item.", "event": "click", "eventElement": "[data-element='editor-media'] [data-element='media-grid-item-0'] [data-element='media-grid-item-edit']" }, @@ -467,9 +431,9 @@ "content": "You will also find other details about the image, like the size.
Media items work in much the same way as content. So you can add extra properties to an image by creating or editing the Media types in the Settings section.
" }, { - "element": "[data-element='editor-media'] [data-element='sub-view-info']", + "element": "[data-element='editor-media'] [data-element='sub-view-umbInfo']", "title": "Info", - "content": "Like the content section you can also find default information about the media item. You will find these under the info tab.", + "content": "Like the content section you can also find default information about the media item. You will find these under the info app.", "event": "click" }, {