From 65368ed0c3123b8b77f94617efcea09234bbf25e Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Fri, 18 Sep 2015 13:43:29 -0700 Subject: [PATCH] [Config] Removed non-functional config options from Create dialogs; open #124 Removed "Default view" and "Display title by default" from Panel configs; --- platform/core/bundle.json | 6 ------ platform/features/layout/bundle.json | 10 ---------- 2 files changed, 16 deletions(-) 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" } ] }