From e221a1af367dba95478d42c07752c8a7177612ae Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 4 Sep 2018 13:35:31 +0200 Subject: [PATCH] fix the rest of the create media tour --- .../src/views/components/content/umb-tabbed-content.html | 2 +- .../src/views/media/apps/content/content.html | 4 ++-- .../config/BackOfficeTours/getting-started.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/content/umb-tabbed-content.html b/src/Umbraco.Web.UI.Client/src/views/components/content/umb-tabbed-content.html index 401f4fef4f..408f640c01 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/content/umb-tabbed-content.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/content/umb-tabbed-content.html @@ -1,6 +1,6 @@ 
-
+
{{ group.label }}
diff --git a/src/Umbraco.Web.UI.Client/src/views/media/apps/content/content.html b/src/Umbraco.Web.UI.Client/src/views/media/apps/content/content.html index c0e2c2ae33..358dcef27d 100644 --- a/src/Umbraco.Web.UI.Client/src/views/media/apps/content/content.html +++ b/src/Umbraco.Web.UI.Client/src/views/media/apps/content/content.html @@ -1,5 +1,5 @@
-
+
{{ group.label }}
@@ -7,7 +7,7 @@
- +
diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json index 0dd79e7446..216b5153fd 100644 --- a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json +++ b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json @@ -467,7 +467,7 @@ "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='tab-_umb_infoTab']", + "element": "[data-element='editor-media'] [data-element='sub-view-info']", "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.", "event": "click"