diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index c29fe94f92..2434865d80 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -18,15 +18,14 @@ "items": [ { "name": "Width (px)", - "control": "textfield", - "pattern": "^(\\d*[1-9]\\d*)?$" + "control": "textfield" }, { "name": "Height (px)", - "control": "textfield", - "pattern": "^(\\d*[1-9]\\d*)?$" + "control": "textfield" } ], + "pattern": "^(\\d*[1-9]\\d*)?$", "property": "preferredSize", "conversion": "number[]" }, @@ -36,15 +35,14 @@ "items": [ { "name": "Horizontal grid (px)", - "control": "textfield", - "pattern": "^(\\d*[1-9]\\d*)?$" + "control": "textfield" }, { "name": "Vertical grid (px)", - "control": "textfield", - "pattern": "^(\\d*[1-9]\\d*)?$" + "control": "textfield" } ], + "pattern": "^(\\d*[1-9]\\d*)?$", "property": "layoutGrid", "conversion": "number[]" }, diff --git a/platform/forms/res/templates/controls/composite.html b/platform/forms/res/templates/controls/composite.html index b9c217654f..7b1585a48a 100644 --- a/platform/forms/res/templates/controls/composite.html +++ b/platform/forms/res/templates/controls/composite.html @@ -1,7 +1,7 @@