mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
fixes #5706 - standardize order on Properties, Validation, Bindings
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Orchard.DynamicForms.Drivers {
|
||||
|
||||
var bindingsEditor = context.ShapeFactory.EditorTemplate(TemplateName: "FormBindings", Model: viewModel);
|
||||
|
||||
bindingsEditor.Metadata.Position = "Bindings:10";
|
||||
bindingsEditor.Metadata.Position = "Bindings:20";
|
||||
|
||||
return Editor(context, bindingsEditor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user