Starting to implement shapes for page/zone

--HG--
branch : theming
This commit is contained in:
Louis DeJardin
2010-09-03 21:57:01 -07:00
parent 8cd5c5f651
commit b3e489a27b
15 changed files with 297 additions and 109 deletions

View File

@@ -71,8 +71,8 @@ namespace Orchard.Setup {
builder.RegisterType<ThemeAwareViewEngine>().As<IThemeAwareViewEngine>();
builder.RegisterType<LayoutAwareViewEngine>().As<ILayoutAwareViewEngine>();
builder.RegisterType<ConfiguredEnginesCache>().As<IConfiguredEnginesCache>();
builder.RegisterType<ConfiguredEnginesCache>().As<IConfiguredEnginesCache>();
builder.RegisterType<PageWorkContextStateProvider>().As<IWorkContextStateProvider>().As<IShapeEvents>();
}