mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -33,7 +33,7 @@ namespace Orchard.CustomForms.Drivers {
|
|||||||
return ContentShape("Parts_CustomForm_Wrapper", () => {
|
return ContentShape("Parts_CustomForm_Wrapper", () => {
|
||||||
return shapeHelper.Parts_CustomForm_Wrapper()
|
return shapeHelper.Parts_CustomForm_Wrapper()
|
||||||
.Editor(_orchardServices.ContentManager.BuildEditor(contentItem))
|
.Editor(_orchardServices.ContentManager.BuildEditor(contentItem))
|
||||||
.ContentItem(part);
|
.ContentPart(part);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user