Obsolete ContentDashboardSettings (#17389)
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Umbraco.Cms.Core.Configuration;
|
||||
/// <summary>
|
||||
/// Typed configuration options for content dashboard settings.
|
||||
/// </summary>
|
||||
[Obsolete("Scheduled for removal in v16, dashboard manipulation is now done trough frontend extensions.")]
|
||||
[UmbracoOptions(Constants.Configuration.ConfigContentDashboard)]
|
||||
public class ContentDashboardSettings
|
||||
{
|
||||
|
||||
@@ -67,6 +67,7 @@ internal class UmbracoCmsSchema
|
||||
|
||||
public required LegacyPasswordMigrationSettings LegacyPasswordMigration { get; set; }
|
||||
|
||||
[Obsolete("Scheduled for removal in v16, dashboard manipulation is now done trough frontend extensions.")]
|
||||
public required ContentDashboardSettings ContentDashboard { get; set; }
|
||||
|
||||
public required HelpPageSettings HelpPage { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user