diff --git a/platform/core/bundle.json b/platform/core/bundle.json index 74d85c3c25..12f158040f 100644 --- a/platform/core/bundle.json +++ b/platform/core/bundle.json @@ -117,12 +117,6 @@ "pattern": "\\S+", "required": true, "cssclass": "l-med" - }, - { - "control": "checkbox", - "name": "Display title by default", - "key": "displayTitle", - "property": [ "display", "title" ] } ] }, diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index f1006d67e8..b4bddb6bc5 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -258,16 +258,6 @@ "pattern": "^(\\d*[1-9]\\d*)?$", "property": "layoutGrid", "conversion": "number[]" - }, - { - "name": "Default View", - "control": "select", - "options": [ - { "name": "Plot", "value": "plot" }, - { "name": "Scrolling", "value": "scrolling" } - ], - "comment": "TODO: Infer values from type", - "key": "defaultView" } ] }