diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 86ccb54ff5..666d6fde03 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -203,15 +203,6 @@ "features": "creation", "model": { "composition": [] }, "properties": [ - { - "name": "Preferred Size", - "control": "select", - "options": [ - { "name": "Fit to Window", "value": "FIT" }, - { "name": "Fixed Size", "value": "FIXED" } - ], - "key": "preferredSize" - }, { "label": "Layout Grid", "control": "composite", @@ -240,23 +231,6 @@ "features": "creation", "model": { "composition": [] }, "properties": [ - { - "name": "Preferred Size", - "control": "composite", - "items": [ - { - "name": "Width (px)", - "control": "textfield" - }, - { - "name": "Height (px)", - "control": "textfield" - } - ], - "pattern": "^(\\d*[1-9]\\d*)?$", - "property": "preferredSize", - "conversion": "number[]" - }, { "name": "Layout Grid", "control": "composite",