Skip to content

Commit 66ae6aa

Browse files
authored
Obsolete ContentDashboardSettings (#17389)
1 parent 2c04e37 commit 66ae6aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Umbraco.Core/Configuration/Models/ContentDashboardSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace Umbraco.Cms.Core.Configuration;
66
/// <summary>
77
/// Typed configuration options for content dashboard settings.
88
/// </summary>
9+
[Obsolete("Scheduled for removal in v16, dashboard manipulation is now done trough frontend extensions.")]
910
[UmbracoOptions(Constants.Configuration.ConfigContentDashboard)]
1011
public class ContentDashboardSettings
1112
{

tools/Umbraco.JsonSchema/UmbracoCmsSchema.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public class UmbracoCmsDefinition
6767

6868
public required LegacyPasswordMigrationSettings LegacyPasswordMigration { get; set; }
6969

70+
[Obsolete("Scheduled for removal in v16, dashboard manipulation is now done trough frontend extensions.")]
7071
public required ContentDashboardSettings ContentDashboard { get; set; }
7172

7273
public required HelpPageSettings HelpPage { get; set; }

0 commit comments

Comments
 (0)