diff --git a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html index 37eef7ddde..54e7a782fd 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypepicker/datatypepicker.html @@ -1,5 +1,5 @@
- +
diff --git a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypesettings/datatypesettings.html b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypesettings/datatypesettings.html index edba569dd2..b4ff894c4d 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypesettings/datatypesettings.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypesettings/datatypesettings.html @@ -1,5 +1,5 @@
- + @@ -55,6 +55,7 @@ action="vm.close()"> - +
- - + +
diff --git a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json index 4d369d079a..4bf119d966 100644 --- a/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json +++ b/src/Umbraco.Web.UI/config/BackOfficeTours/getting-started.json @@ -190,23 +190,35 @@ "event": "click" }, { - "element": "[data-element~='overlay-editor-settings']", + "element": "[data-element~='editor-data-type-settings']", "elementPreventClick": true, "title": "Editor settings", "content": "Each property editor can have individual settings. For the textarea editor you can set a character limit but in this case it is not needed." }, { - "element": "[data-element~='overlay-editor-settings'] [data-element='button-overlaySubmit']", + "element": "[data-element~='editor-data-type-settings'] [data-element='button-submit']", "title": "Save editor", "content": "Click Submit to save the changes.", "event": "click" }, { - "element": "[data-element~='overlay-property-settings'] [data-element='button-overlaySubmit']", + "element": "[data-element~='editor-property-settings'] [data-element='button-submit']", "title": "Add property to document type", "content": "Click Submit to add the property to the document type.", "event": "click" }, + { + "element": "[data-element~='sub-view-permissions']", + "title": "Check the document type permissions", + "content": "Click Permissions 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 Allow as root 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", @@ -364,9 +376,9 @@ "eventElement": "#tree [data-element='tree-item-Home'] a.umb-tree-item__label" }, { - "element": "[data-element='editor-content'] [data-element='tab-_umb_infoTab']", + "element": "[data-element='editor-content'] [data-element='sub-view-info']", "title": "Info", - "content": "

Under the info tab you will find the default information about a content item.

", + "content": "

Under the Info-app you will find the default information about a content item.

", "event": "click" }, {