Addin the CommonPart to the WidgetPage

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-12 10:18:51 -07:00
parent 9e2c340be0
commit 09eec89a3f

View File

@@ -101,6 +101,7 @@ namespace Orchard.Widgets {
);
ContentDefinitionManager.AlterTypeDefinition("WidgetPage",
cfg => cfg
.WithPart("CommonPart")
.WithPart("RoutePart")
.WithPart("WidgetBagPart")
.Creatable()