mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
- Updating ExtensionManager and ThemeService to read zones from the manifest.
- Adding a few essential parts for layers, widgets. --HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Orchard.Widgets.Models {
|
||||
public class LayerZone {
|
||||
public IList<WidgetPart> WidgetParts = new List<WidgetPart>();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user