mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
- Adding the stereotype setting to HtmlWidget.
- New widget types will have this stereotype = "widget". --HG-- branch : dev
This commit is contained in:
@@ -65,6 +65,7 @@ namespace Orchard.Widgets {
|
|||||||
cfg => cfg
|
cfg => cfg
|
||||||
.WithPart("WidgetPart")
|
.WithPart("WidgetPart")
|
||||||
.WithPart("BodyPart")
|
.WithPart("BodyPart")
|
||||||
|
.WithSetting("stereotype", "widget")
|
||||||
);
|
);
|
||||||
|
|
||||||
CreateDefaultLayers();
|
CreateDefaultLayers();
|
||||||
|
|||||||
Reference in New Issue
Block a user