RE 5
This commit is contained in:
@@ -66,14 +66,6 @@ public class ZeroOptions : IZeroOptions
|
||||
///// <inheritdoc />
|
||||
//public ApplicationOptions Applications { get; set; }
|
||||
|
||||
///// <inheritdoc />
|
||||
//public string BackofficePath { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// Paths in the backoffice which are not handled by zero
|
||||
///// </summary>
|
||||
//public List<string> ExcludedPaths { get; private set; }
|
||||
|
||||
///// <inheritdoc />
|
||||
//public SectionOptions Sections { get; private set; }
|
||||
|
||||
@@ -98,12 +90,6 @@ public class ZeroOptions : IZeroOptions
|
||||
///// <inheritdoc />
|
||||
//public IntegrationOptions Integrations { get; private set; }
|
||||
|
||||
///// <inheritdoc />
|
||||
//public IconOptions Icons { get; private set; }
|
||||
|
||||
///// <inheritdoc />
|
||||
//public ServiceOptions Services { get; private set; }
|
||||
|
||||
///// <inheritdoc />
|
||||
//public BlueprintOptions Blueprints { get; private set; }
|
||||
}
|
||||
@@ -151,14 +137,4 @@ public interface IZeroOptions
|
||||
///// Application options
|
||||
///// </summary>
|
||||
//ApplicationOptions Applications { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// URL path to the backoffice (defaults to /zero)
|
||||
///// </summary>
|
||||
//string BackofficePath { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// Paths in the backoffice which are not handled by zero
|
||||
///// </summary>
|
||||
//List<string> ExcludedPaths { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user