diff options
author | François Frisch | 2012-03-17 11:58:58 -0700 |
---|---|---|
committer | François Frisch | 2012-03-17 11:58:58 -0700 |
commit | 14f28d0031dc9d522b4ae7d1dbff192b8d8a670e (patch) | |
tree | d3a6e0a83f11afbb4bdefe10f38f179415762bf5 /node_modules/components-data/map.json | |
parent | 9b53d2dac464cb9217b217e6707dbb97c1d65490 (diff) | |
download | ninja-14f28d0031dc9d522b4ae7d1dbff192b8d8a670e.tar.gz |
Adding components to PI
Diffstat (limited to 'node_modules/components-data/map.json')
-rw-r--r-- | node_modules/components-data/map.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json new file mode 100644 index 00000000..071fa73a --- /dev/null +++ b/node_modules/components-data/map.json | |||
@@ -0,0 +1,22 @@ | |||
1 | { | ||
2 | "component": "map", | ||
3 | |||
4 | "module": "montage/ui/map.reel", | ||
5 | |||
6 | "name": "Map", | ||
7 | |||
8 | "properties": [ | ||
9 | { | ||
10 | "name": "category", | ||
11 | "type": "string", | ||
12 | "default": null, | ||
13 | "possibleValues": ["restaurant", "hospital", "cafe", "museum"] | ||
14 | }, | ||
15 | { | ||
16 | "name": "center", | ||
17 | "type": "string", | ||
18 | "default": null | ||
19 | } | ||
20 | |||
21 | ] | ||
22 | } \ No newline at end of file | ||