- Adding the stereotype setting to HtmlWidget.

- New widget types will have this stereotype = "widget".

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-10-06 13:44:58 -07:00
parent 76a3838f43
commit 37695de420

View File

@@ -65,6 +65,7 @@ namespace Orchard.Widgets {
cfg => cfg
.WithPart("WidgetPart")
.WithPart("BodyPart")
.WithSetting("stereotype", "widget")
);
CreateDefaultLayers();