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) 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. -