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:
committed by
Sebastiaan Janssen
parent
e4d8fcf019
commit
56de9ff4ae
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user