aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-03-19 14:25:54 -0700
committerNivesh Rajbhandari2012-03-19 14:25:54 -0700
commite506900b036f237f7d16238348fef12157deb173 (patch)
tree4e65d4177b9d6e1787948fa073719ef50c25e0d7 /node_modules
parentea439c4471948cb7e1dbb98bfa9c2ddc374d48e7 (diff)
downloadninja-e506900b036f237f7d16238348fef12157deb173.tar.gz
"Category" property should use "select" control.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/components-data/map.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json
index 792a7fe5..655d222d 100644
--- a/node_modules/components-data/map.json
+++ b/node_modules/components-data/map.json
@@ -8,8 +8,8 @@
8 "properties": [ 8 "properties": [
9 { 9 {
10 "name": "category", 10 "name": "category",
11 "type": "string", 11 "type": "select",
12 "default": "", 12 "default": "restaurant",
13 "possibleValues": ["restaurant", "hospital", "cafe", "museum"] 13 "possibleValues": ["restaurant", "hospital", "cafe", "museum"]
14 }, 14 },
15 { 15 {