diff options
author | Nivesh Rajbhandari | 2012-03-19 14:25:54 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-19 14:25:54 -0700 |
commit | e506900b036f237f7d16238348fef12157deb173 (patch) | |
tree | 4e65d4177b9d6e1787948fa073719ef50c25e0d7 | |
parent | ea439c4471948cb7e1dbb98bfa9c2ddc374d48e7 (diff) | |
download | ninja-e506900b036f237f7d16238348fef12157deb173.tar.gz |
"Category" property should use "select" control.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
-rw-r--r-- | node_modules/components-data/map.json | 4 |
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 | { |