mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
Addin the CommonPart to the WidgetPage
--HG-- branch : dev
This commit is contained in:
@@ -101,6 +101,7 @@ namespace Orchard.Widgets {
|
||||
);
|
||||
ContentDefinitionManager.AlterTypeDefinition("WidgetPage",
|
||||
cfg => cfg
|
||||
.WithPart("CommonPart")
|
||||
.WithPart("RoutePart")
|
||||
.WithPart("WidgetBagPart")
|
||||
.Creatable()
|
||||
|
||||
Reference in New Issue
Block a user