mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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
|
||||
.WithPart("WidgetPart")
|
||||
.WithPart("BodyPart")
|
||||
.WithSetting("stereotype", "widget")
|
||||
);
|
||||
|
||||
CreateDefaultLayers();
|
||||
|
Reference in New Issue
Block a user