From 1f22e639e5c212a8bd01e712feacf9d94b797d2f Mon Sep 17 00:00:00 2001 From: NillasKA Date: Fri, 10 Oct 2025 14:51:58 +0200 Subject: [PATCH 1/2] Removal of dashboard configuration --- .../configuration/contentdashboard.md | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 17/umbraco-cms/reference/configuration/contentdashboard.md diff --git a/17/umbraco-cms/reference/configuration/contentdashboard.md b/17/umbraco-cms/reference/configuration/contentdashboard.md deleted file mode 100644 index 6eea919821f..00000000000 --- a/17/umbraco-cms/reference/configuration/contentdashboard.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -description: "Information on the content dashboard settings section" ---- - -# Content Dashboard Settings - -Allows you to configure the Content Dashboard settings for Umbraco. - -```json -{ - "Umbraco": { - "CMS": { - "ContentDashboard": { - "AllowContentDashboardAccessToAllUsers": false, - "ContentDashboardPath": "cms", - "ContentDashboardUrlAllowlist": [] - } - } - } -} -``` - -## AllowContentDashboardAccessToAllUsers - -Gets a value indicating whether the Content Dashboard should be available to all users. - -When the value is `true` the dashboard is visible for all user groups. Otherwise, when the value is `false`, the default access rules for that dashboard will be in use. - -## ContentDashboardPath - -Gets the path to use when constructing the URL for retrieving data for the content dashboard. - -## ContentDashboardUrlAllowlist - -Gets the allowed addresses to retrieve data for the content dashboard. - -No addresses specified indicates that any URL is allowed. - From c8d0f9fbb9fe462f51987fcf9ce0abe6c9b1cbec Mon Sep 17 00:00:00 2001 From: NillasKA Date: Wed, 15 Oct 2025 09:29:11 +0200 Subject: [PATCH 2/2] Removing mention from SUMMARY.md --- 17/umbraco-cms/SUMMARY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/17/umbraco-cms/SUMMARY.md b/17/umbraco-cms/SUMMARY.md index b2367661b44..a33d02ab590 100644 --- a/17/umbraco-cms/SUMMARY.md +++ b/17/umbraco-cms/SUMMARY.md @@ -280,7 +280,6 @@ * [Configuration](reference/configuration/README.md) * [Basic Authentication Settings](reference/configuration/basicauthsettings.md) * [Connection strings settings](reference/configuration/connectionstringssettings.md) - * [Content Dashboard Settings](reference/configuration/contentdashboard.md) * [Content Settings](reference/configuration/contentsettings.md) * [Data Types Settings](reference/configuration/datatypes.md) * [Debug settings](reference/configuration/debugsettings.md)