Obsolete stuff not used anymore and remove from appsettings schema (#12520)
This commit is contained in:
@@ -35,9 +35,8 @@ namespace JsonSchema
|
||||
/// </summary>
|
||||
public class CmsDefinition
|
||||
{
|
||||
public ActiveDirectorySettings? ActiveDirectory { get; set; }
|
||||
|
||||
public ContentSettings? Content { get; set; }
|
||||
public CoreDebugSettings? Debug { get; set; }
|
||||
|
||||
public ExceptionFilterSettings? ExceptionFilter { get; set; }
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
namespace Umbraco.Cms.Core.Configuration
|
||||
{
|
||||
[Obsolete("Not used anymore, will be removed in Umbraco 12")]
|
||||
public interface ITypeFinderSettings
|
||||
{
|
||||
string AssembliesAcceptingLoadExceptions { get; }
|
||||
|
||||
@@ -7,6 +7,7 @@ namespace Umbraco.Cms.Core.Configuration.Models
|
||||
/// Typed configuration options for active directory settings.
|
||||
/// </summary>
|
||||
[UmbracoOptions(Constants.Configuration.ConfigActiveDirectory)]
|
||||
[Obsolete("This is not used anymore. Will be removed in Umbraco 12")]
|
||||
public class ActiveDirectorySettings
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user