diff options
author | Jose Antonio Marquez | 2012-03-18 16:14:34 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-03-18 16:14:34 -0700 |
commit | 06a790e0f830d01539dc9e80c90e2bcdabaa666b (patch) | |
tree | 474f3f1e0ea147b0400ff8528e1c33566179b211 /node_modules/components-data/map.json | |
parent | fda7b595c96d99177fdd93de8da9030348a3f8fb (diff) | |
parent | 3056d540f32bb24927d06bfc516240cc6a0001f8 (diff) | |
download | ninja-06a790e0f830d01539dc9e80c90e2bcdabaa666b.tar.gz |
Merge branch 'refs/heads/francoisfrisch-Ninja-Internal' into FileIO-Montage-Components
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..796b2fad --- /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": "", | ||
13 | "possibleValues": ["restaurant", "hospital", "cafe", "museum"] | ||
14 | }, | ||
15 | { | ||
16 | "name": "center", | ||
17 | "type": "string", | ||
18 | "default": "" | ||
19 | } | ||
20 | |||
21 | ] | ||
22 | } \ No newline at end of file | ||