From 80c9c09210c4c2aed08d86a9ea9fe7d420a07bce Mon Sep 17 00:00:00 2001 From: BatJan <1932158+BatJan@users.noreply.github.com> Date: Tue, 26 Oct 2021 16:49:09 +0200 Subject: [PATCH] Add missing fallback values --- .../views/permissions/permissions.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html b/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html index 99b874190384..96cf9b8ec471 100644 --- a/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html +++ b/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html @@ -6,8 +6,8 @@
-
- +
Allow as root
+ Allow editors to create content of this type in the root of the content tree.
-
- +
Allowed child node types
+ Allow content of the specified types to be created underneath content of this type.
@@ -43,8 +43,8 @@
-
- +
Allow vary by culture
+ Allow editors to create content of different languages.
@@ -61,8 +61,8 @@
-
- +
Allow segmentation
+ Allow editors to create segments of this content.
@@ -77,9 +77,9 @@
-
- -
+
Is an Element Type
+ An Element Type is meant to be used for instance in Nested Content, and not in the tree. +
A Document Type cannot be changed to an Element Type once it has been used to create one or more content items.