Fix for issue: U4 11409 - "Create content" tour is failing when doing the tour with the starter kit installed (#2851)

This commit is contained in:
Chris Houston
2018-08-26 08:52:14 -04:00
committed by Sebastiaan Janssen
parent e4d8fcf019
commit 56de9ff4ae
2 changed files with 13 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
</div>
<div class="sub-view-column-right">
<umb-toggle
data-element="permissions-allow-as-root"
checked="model.allowAsRoot"
on-click="vm.toggle()"
hotkey="alt+shift+r"

View File

@@ -207,6 +207,18 @@
"content": "Click <b>Submit</b> to add the property to the document type.",
"event": "click"
},
{
"element": "[data-element~='sub-view-permissions']",
"title": "Check the document type permissions",
"content": "Click <b>Permissions</b> to view the permissions page.",
"event": "click"
},
{
"element": "[data-element~='permissions-allow-as-root']",
"title": "Allow this document type to work at the root of your site",
"content": "Toggle the switch <b>Allow as root</b> to allow new content pages based on this document type to be created at the root of your site",
"event": "click"
},
{
"element": "[data-element='button-save']",
"title": "Save the document type",