mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Correcting Column element editor shape.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Orchard.Layouts.Drivers {
|
||||
protected override void DescribeForm(DescribeContext context) {
|
||||
context.Form("Column", factory => {
|
||||
var shape = (dynamic)factory;
|
||||
var form = shape.Form(
|
||||
var form = shape.Fieldset(
|
||||
Id: "Column",
|
||||
_Span: shape.Textbox(
|
||||
Id: "ColumnSpan",
|
||||
|
Reference in New Issue
Block a user