From 5d6cbee1964c8f8c4ff295faa4ddc265dc41cc32 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 21 Nov 2017 21:39:34 +0100 Subject: [PATCH] rename data attribute for editor container --- .../src/views/components/editor/umb-editor-container.html | 2 +- .../config/BackOfficeTours/getting-started.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html index 119713651e..b3978ca754 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-container.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json index 781f61ce0a..1e75e21cc0 100644 --- a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json +++ b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json @@ -32,7 +32,7 @@ "content": "

This is the Tree and is the main navigation inside a section.

In the Content section the tree is called the Content tree and here you can navigate the content of your website.

" }, { - "element": "[data-element='editor-content']", + "element": "[data-element='editor-container']", "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.

Notice that some sections have multiple dashboards.

" @@ -410,7 +410,7 @@ content: "...and information about when the media item has been created and edited." }, { - element: "[data-element='editor-content']", + element: "[data-element='editor-container']", title: "Using media items", content: "You can reference a media item directly in a template by using the path or try adding a Media Picker to a document type property so you can select media items from the content section." }