From b0dce9eae01b348c72d9e773e4029ef1c329fd5e Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Wed, 19 Feb 2025 07:32:51 +0100 Subject: [PATCH 1/3] Updated content settings to remove old setting keys. --- .../reference/configuration/contentsettings.md | 8 +++----- .../reference/configuration/contentsettings.md | 10 ++++------ .../reference/configuration/contentsettings.md | 10 ++++------ 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/13/umbraco-cms/reference/configuration/contentsettings.md b/13/umbraco-cms/reference/configuration/contentsettings.md index 405348bcb0a..6b0f6375da7 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,7 +55,7 @@ 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 @@ -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..804f7d043e5 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, @@ -59,7 +57,7 @@ The following snippet will give an overview of the keys and values in the conten In the root level section, that is those without a seperate 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..d6776355b37 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", @@ -60,7 +58,7 @@ The following snippet will give an overview of the keys and values in the conten In the root level section, that is those without a seperate 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. From c1b504914bd9388bdb97ab401ebe552878e1a958 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Wed, 19 Feb 2025 07:34:06 +0100 Subject: [PATCH 2/3] Updates --- 14/umbraco-cms/reference/configuration/contentsettings.md | 2 +- 15/umbraco-cms/reference/configuration/contentsettings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/14/umbraco-cms/reference/configuration/contentsettings.md b/14/umbraco-cms/reference/configuration/contentsettings.md index 804f7d043e5..ce4d7641fc3 100644 --- a/14/umbraco-cms/reference/configuration/contentsettings.md +++ b/14/umbraco-cms/reference/configuration/contentsettings.md @@ -55,7 +55,7 @@ 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 diff --git a/15/umbraco-cms/reference/configuration/contentsettings.md b/15/umbraco-cms/reference/configuration/contentsettings.md index d6776355b37..e7820a047ae 100644 --- a/15/umbraco-cms/reference/configuration/contentsettings.md +++ b/15/umbraco-cms/reference/configuration/contentsettings.md @@ -56,7 +56,7 @@ 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 From b83fadaf1e4bd742b688c012ec388a82bd3de098 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Wed, 19 Feb 2025 07:34:57 +0100 Subject: [PATCH 3/3] Casing --- 13/umbraco-cms/reference/configuration/contentsettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/configuration/contentsettings.md b/13/umbraco-cms/reference/configuration/contentsettings.md index 6b0f6375da7..3ee9da9032a 100644 --- a/13/umbraco-cms/reference/configuration/contentsettings.md +++ b/13/umbraco-cms/reference/configuration/contentsettings.md @@ -57,7 +57,7 @@ The following snippet will give an overview of the keys and values in the conten 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.