mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding WithIdentity() content metadata helper to add IdentityPart in migrations and changing affected code to use this
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Orchard.CustomForms {
|
||||
cfg => cfg
|
||||
.WithPart("WidgetPart")
|
||||
.WithPart("CommonPart")
|
||||
.WithPart("IdentityPart")
|
||||
.WithIdentity()
|
||||
.WithPart("CustomFormPart")
|
||||
.WithSetting("Stereotype", "Widget")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user