[Config] Removed non-functional config options from Create dialogs;

open #124
Removed "Default view" and "Display title by default" from
Panel configs;
This commit is contained in:
Charles Hacskaylo 2015-09-18 13:43:29 -07:00
parent 411f0d904d
commit 65368ed0c3
2 changed files with 0 additions and 16 deletions

View File

@ -117,12 +117,6 @@
"pattern": "\\S+",
"required": true,
"cssclass": "l-med"
},
{
"control": "checkbox",
"name": "Display title by default",
"key": "displayTitle",
"property": [ "display", "title" ]
}
]
},

View File

@ -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"
}
]
}