You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,19 +55,19 @@ The following snippet will give an overview of the keys and values in the conten
57
55
58
56
## Root level settings
59
57
60
-
In the root level section, that is those without a seperate sub section like Imaging, you can configure:
58
+
In the root level section, that is those without a separate sub section like Imaging, you can configure:
61
59
62
-
### Allow Edit Invariant From Non-Default
60
+
### Allow edit invariant from non-default
63
61
64
62
Invariant properties are properties on a multilingual site that are not varied by culture. This means that they share the same value across all languages added to the website.
65
63
66
64
When the setting is set to `false` the invariant properties that are shared between all languages can only be edited from the default language. This means you need access to the default language, in order to edit the property.
67
65
68
66
When set to `true` (default) the invariant properties will need to be unlocked before they can be edited. The lock exists in order to make it clear that this change will affect more languages.
69
67
70
-
### Allowed upload files
68
+
### Allowed upload file extensions
71
69
72
-
If greater control is required than available from the above, this setting can be used to store a list of file extensions. If provided, only files with these extensions can be uploaded via the backoffice.
70
+
If greater control is required than available from the `DisallowedUploadedFileExtensions` setting, this setting can be used to store a list of file extensions. If provided, only files with these extensions can be uploaded via the backoffice.
@@ -57,19 +55,19 @@ The following snippet will give an overview of the keys and values in the conten
57
55
58
56
## Root level settings
59
57
60
-
In the root level section, that is those without a seperate sub section like Imaging, you can configure:
58
+
In the root level section, that is those without a separate sub section like Imaging, you can configure:
61
59
62
-
### Allow Edit Invariant From Non-Default
60
+
### Allow edit invariant from non-default
63
61
64
62
Invariant properties are properties on a multilingual site that are not varied by culture. This means that they share the same value across all languages added to the website.
65
63
66
64
When the setting is set to `false` the invariant properties that are shared between all languages can only be edited from the default language. This means you need access to the default language, in order to edit the property.
67
65
68
66
When set to `true` (default) the invariant properties will need to be unlocked before they can be edited. The lock exists in order to make it clear that this change will affect more languages.
69
67
70
-
### Allowed upload files
68
+
### Allowed upload file extensions
71
69
72
-
If greater control is required than available from the above, this setting can be used to store a list of file extensions. If provided, only files with these extensions can be uploaded via the backoffice.
70
+
If greater control is required than available from the `DisallowedUploadedFileExtensions` setting, this setting can be used to store a list of file extensions. If provided, only files with these extensions can be uploaded via the backoffice.
73
71
74
72
### Allowed media hosts
75
73
@@ -83,7 +81,7 @@ This setting allows you to specify whether a user can delete content or media it
83
81
84
82
This setting allows you to specify whether or not users can unpublish content items that depend on other items or have descendants that have dependencies. Setting this to **true** will disable the _Unpublish_ button.
85
83
86
-
### Disallowed upload files
84
+
### Disallowed upload file extensions
87
85
88
86
This setting consists of a list of file extensions that editors shouldn't be allowed to upload via the backoffice.
@@ -58,19 +56,19 @@ The following snippet will give an overview of the keys and values in the conten
58
56
59
57
## Root level settings
60
58
61
-
In the root level section, that is those without a seperate sub section like Imaging, you can configure:
59
+
In the root level section, that is those without a separate sub section like Imaging, you can configure:
62
60
63
-
### Allow Edit Invariant From Non-Default
61
+
### Allow edit invariant from non-default
64
62
65
63
Invariant properties are properties on a multilingual site that are not varied by culture. This means that they share the same value across all languages added to the website.
66
64
67
65
When the setting is set to `false` the invariant properties that are shared between all languages can only be edited from the default language. This means you need access to the default language, in order to edit the property.
68
66
69
67
When set to `true` (default) the invariant properties will need to be unlocked before they can be edited. The lock exists in order to make it clear that this change will affect more languages.
70
68
71
-
### Allowed upload files
69
+
### Allowed upload file extensions
72
70
73
-
If greater control is required than available from the above, this setting can be used to store a list of file extensions. If provided, only files with these extensions can be uploaded via the backoffice.
71
+
If greater control is required than available from the `DisallowedUploadedFileExtensions` setting, this setting can be used to store a list of file extensions. If provided, only files with these extensions can be uploaded via the backoffice.
74
72
75
73
### Allowed media hosts
76
74
@@ -84,7 +82,7 @@ This setting allows you to specify whether a user can delete content or media it
84
82
85
83
This setting allows you to specify whether or not users can unpublish content items that depend on other items or have descendants that have dependencies. Setting this to **true** will disable the _Unpublish_ button.
86
84
87
-
### Disallowed upload files
85
+
### Disallowed upload file extensions
88
86
89
87
This setting consists of a list of file extensions that editors shouldn't be allowed to upload via the backoffice.
0 commit comments