Adding WithIdentity() content metadata helper to add IdentityPart in migrations and changing affected code to use this

This commit is contained in:
Lombiq
2016-01-04 19:09:00 +01:00
parent fde4c32aff
commit aaced541e3
19 changed files with 64 additions and 42 deletions

View File

@@ -37,7 +37,7 @@ namespace Orchard.CustomForms {
cfg => cfg
.WithPart("WidgetPart")
.WithPart("CommonPart")
.WithPart("IdentityPart")
.WithIdentity()
.WithPart("CustomFormPart")
.WithSetting("Stereotype", "Widget")
);