Simplifies the IContentSection so that there's no nesting of interface classes and updates some unit tests
This commit is contained in:
@@ -10,12 +10,12 @@ namespace Umbraco.Core.Configuration.BaseRest
|
||||
|
||||
private bool? _enabled;
|
||||
|
||||
internal protected override void ResetSection()
|
||||
{
|
||||
base.ResetSection();
|
||||
//internal protected override void ResetSection()
|
||||
//{
|
||||
// base.ResetSection();
|
||||
|
||||
_enabled = null;
|
||||
}
|
||||
// _enabled = null;
|
||||
//}
|
||||
|
||||
[ConfigurationProperty("", IsKey = false, IsRequired = false, IsDefaultCollection = true)]
|
||||
public ExtensionElementCollection Items
|
||||
|
||||
Reference in New Issue
Block a user