mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 05:23:33 +08:00
Shifting more work out of framework
Framework ThemeManager now for getting request theme from selectors Module interfaces entirely moved - now exist as orchard.modules implementation --HG-- branch : perf rename : src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleFeature.cs => src/Orchard.Web/Modules/Orchard.Modules/ViewModels/ModuleFeature.cs
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
using Orchard.Environment.Extensions.Models;
|
||||
|
||||
namespace Orchard.Modules.Models {
|
||||
public class ModuleFeature : IModuleFeature {
|
||||
public FeatureDescriptor Descriptor { get; set; }
|
||||
public bool IsEnabled { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user