fix create doc type tour
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
<div ng-controller="Umbraco.Editors.DataTypePickerController as vm">
|
||||
<umb-editor-view>
|
||||
<umb-editor-view data-element="editor-data-type-picker">
|
||||
|
||||
<form novalidate name="DataTypePickerForm" val-form-manager>
|
||||
|
||||
|
||||
+2
-1
@@ -1,5 +1,5 @@
|
||||
<div ng-controller="Umbraco.Editors.DataTypeSettingsController as vm">
|
||||
<umb-editor-view>
|
||||
<umb-editor-view data-element="editor-data-type-settings">
|
||||
|
||||
<form novalidate name="dataTypeSettingsForm" val-form-manager>
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
action="vm.close()">
|
||||
</umb-button>
|
||||
<umb-button
|
||||
alias="submit"
|
||||
type="button"
|
||||
button-style="success"
|
||||
label-key="general_submit"
|
||||
|
||||
+2
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
<form name="propertySettingsForm" novalidate val-form-manager>
|
||||
|
||||
<umb-editor-view>
|
||||
<umb-editor-view data-element="editor-property-settings">
|
||||
|
||||
<umb-editor-header
|
||||
name="model.title"
|
||||
@@ -159,6 +159,7 @@
|
||||
</umb-button>
|
||||
|
||||
<umb-button
|
||||
alias="submit"
|
||||
type="button"
|
||||
button-style="success"
|
||||
label-key="general_submit"
|
||||
|
||||
+6
-6
@@ -10,12 +10,12 @@
|
||||
<small><localize key="contentTypeEditor_allowAsRootDescription" /></small>
|
||||
</div>
|
||||
<div class="sub-view-column-right">
|
||||
<umb-toggle
|
||||
checked="model.allowAsRoot"
|
||||
on-click="vm.toggle()"
|
||||
hotkey="alt+shift+r"
|
||||
>
|
||||
</umb-toggle>
|
||||
<umb-toggle
|
||||
data-element="permissions-allow-as-root"
|
||||
checked="model.allowAsRoot"
|
||||
on-click="vm.toggle()"
|
||||
hotkey="alt+shift+r">
|
||||
</umb-toggle>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -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 <b>Submit</b> 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 <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",
|
||||
@@ -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": "<p>Under the info tab you will find the default information about a content item.</p>",
|
||||
"content": "<p>Under the Info-app you will find the default information about a content item.</p>",
|
||||
"event": "click"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user