diff --git a/13/umbraco-cms/reference/configuration/contentsettings.md b/13/umbraco-cms/reference/configuration/contentsettings.md index 405348bcb0a..3ee9da9032a 100644 --- a/13/umbraco-cms/reference/configuration/contentsettings.md +++ b/13/umbraco-cms/reference/configuration/contentsettings.md @@ -18,12 +18,10 @@ The following snippet will give an overview of the keys and values in the conten "KeepLatestVersionPerDayForDays": 90 }, "AllowEditInvariantFromNonDefault": true, - "AllowedUploadFiles": [], "AllowedMediaHosts": [], "AllowedUploadedFileExtensions": [], "DisableDeleteWhenReferenced": false, "DisableUnpublishWhenReferenced": false, - "DisallowedUploadFiles": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"], "DisallowedUploadedFileExtensions": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"], "Error404Collection": [], "HideBackOfficeLogo": false, @@ -57,9 +55,9 @@ The following snippet will give an overview of the keys and values in the conten ## Root level settings -In the root level section, that is those without a seperate sub section like Imaging, you can configure: +In the root level section, that is those without a separate sub section like Imaging, you can configure: -### Allow Edit Invariant From Non-Default +### Allow edit invariant from non-default 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. @@ -67,9 +65,9 @@ When the setting is set to `false` the invariant properties that are shared betw 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. -### Allowed upload files +### Allowed upload file extensions -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. +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. ### Allowed media hosts diff --git a/14/umbraco-cms/reference/configuration/contentsettings.md b/14/umbraco-cms/reference/configuration/contentsettings.md index e0f0feca97c..ce4d7641fc3 100644 --- a/14/umbraco-cms/reference/configuration/contentsettings.md +++ b/14/umbraco-cms/reference/configuration/contentsettings.md @@ -18,12 +18,10 @@ The following snippet will give an overview of the keys and values in the conten "KeepLatestVersionPerDayForDays": 90 }, "AllowEditInvariantFromNonDefault": true, - "AllowedUploadFiles": [], "AllowedMediaHosts": [], "AllowedUploadedFileExtensions": [], "DisableDeleteWhenReferenced": false, "DisableUnpublishWhenReferenced": false, - "DisallowedUploadFiles": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"], "DisallowedUploadedFileExtensions": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"], "Error404Collection": [], "HideBackOfficeLogo": false, @@ -57,9 +55,9 @@ The following snippet will give an overview of the keys and values in the conten ## Root level settings -In the root level section, that is those without a seperate sub section like Imaging, you can configure: +In the root level section, that is those without a separate sub section like Imaging, you can configure: -### Allow Edit Invariant From Non-Default +### Allow edit invariant from non-default 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. @@ -67,9 +65,9 @@ When the setting is set to `false` the invariant properties that are shared betw 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. -### Allowed upload files +### Allowed upload file extensions -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. +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. ### Allowed media hosts @@ -83,7 +81,7 @@ This setting allows you to specify whether a user can delete content or media it 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. -### Disallowed upload files +### Disallowed upload file extensions This setting consists of a list of file extensions that editors shouldn't be allowed to upload via the backoffice. diff --git a/15/umbraco-cms/reference/configuration/contentsettings.md b/15/umbraco-cms/reference/configuration/contentsettings.md index e035ec2faaa..e7820a047ae 100644 --- a/15/umbraco-cms/reference/configuration/contentsettings.md +++ b/15/umbraco-cms/reference/configuration/contentsettings.md @@ -18,12 +18,10 @@ The following snippet will give an overview of the keys and values in the conten "KeepLatestVersionPerDayForDays": 90 }, "AllowEditInvariantFromNonDefault": true, - "AllowedUploadFiles": [], "AllowedMediaHosts": [], "AllowedUploadedFileExtensions": [], "DisableDeleteWhenReferenced": false, "DisableUnpublishWhenReferenced": false, - "DisallowedUploadFiles": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"], "DisallowedUploadedFileExtensions": ["ashx", "aspx", "ascx", "config", "cshtml", "vbhtml", "asmx", "air", "axd", "xamlx"], "Error404Collection": [], "BackOfficeLogo": "../media/qyci4xti/logo.png", @@ -58,9 +56,9 @@ The following snippet will give an overview of the keys and values in the conten ## Root level settings -In the root level section, that is those without a seperate sub section like Imaging, you can configure: +In the root level section, that is those without a separate sub section like Imaging, you can configure: -### Allow Edit Invariant From Non-Default +### Allow edit invariant from non-default 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. @@ -68,9 +66,9 @@ When the setting is set to `false` the invariant properties that are shared betw 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. -### Allowed upload files +### Allowed upload file extensions -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. +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. ### Allowed media hosts @@ -84,7 +82,7 @@ This setting allows you to specify whether a user can delete content or media it 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. -### Disallowed upload files +### Disallowed upload file extensions This setting consists of a list of file extensions that editors shouldn't be allowed to upload via the backoffice.