mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-22 02:52:08 +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",
|
ContentDefinitionManager.AlterTypeDefinition("WidgetPage",
|
||||||
cfg => cfg
|
cfg => cfg
|
||||||
|
.WithPart("CommonPart")
|
||||||
.WithPart("RoutePart")
|
.WithPart("RoutePart")
|
||||||
.WithPart("WidgetBagPart")
|
.WithPart("WidgetBagPart")
|
||||||
.Creatable()
|
.Creatable()
|
||||||
|
|||||||
Reference in New Issue
Block a user