rename data attribute for editor container

This commit is contained in:
Mads Rasmussen
2017-11-21 21:39:34 +01:00
parent 9e9ae09ec2
commit 5d6cbee196
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<div data-element="editor-content" class="umb-editor-container umb-panel-body umb-scrollable row-fluid" ng-class="{'-stop-scrolling': numberOfOverlays > 0}">
<div data-element="editor-container" class="umb-editor-container umb-panel-body umb-scrollable row-fluid" ng-class="{'-stop-scrolling': numberOfOverlays > 0}">
<umb-overlay-backdrop></umb-overlay-backdrop>
<div class="umb-pane">
<div ng-transclude></div>

View File

@@ -32,7 +32,7 @@
"content": "<p>This is the <b>Tree</b> and is the main navigation inside a section.</p><p>In the Content section the tree is called the <b>Content tree</b> and here you can navigate the content of your website.</p>"
},
{
"element": "[data-element='editor-content']",
"element": "[data-element='editor-container']",
"elementPreventClick": true,
"title": "Dashboards",
"content": "<p>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.</p><p>Notice that some sections have multiple dashboards.</p>"
@@ -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."
}