File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Umbraco.Core/Configuration/Models Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 ) ]
1011public class ContentDashboardSettings
1112{
Original file line number Diff line number Diff 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 ; }
You can’t perform that action at this time.
0 commit comments