Adding the MenuPart to the WidgetPage content type

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-20 11:18:44 -07:00
parent 9fc9e5287e
commit ddc9843726

View File

@@ -65,6 +65,7 @@ namespace Orchard.Widgets {
.WithPart("CommonPart")
.WithPart("RoutePart")
.WithPart("WidgetBagPart")
.WithPart("MenuPart")
.Creatable()
);