aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/map.json
diff options
context:
space:
mode:
authorEric Guzman2012-04-02 15:36:08 -0700
committerEric Guzman2012-04-02 15:36:08 -0700
commit0241bf331b7e06e206a54be441edf2f4c7261f63 (patch)
treeb7e2f9cad73eed4fc616cf1841cd0be02bd955d4 /node_modules/components-data/map.json
parentdde5b5054f93db493e5d4d502e677f5781334b08 (diff)
parentc6de22bf42be90b403491b5f87b1818d9020310c (diff)
downloadninja-0241bf331b7e06e206a54be441edf2f4c7261f63.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'node_modules/components-data/map.json')
-rw-r--r--node_modules/components-data/map.json28
1 files changed, 28 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..655d222d
--- /dev/null
+++ b/node_modules/components-data/map.json
@@ -0,0 +1,28 @@
1{
2 "component": "map",
3
4 "module": "montage/ui/map.reel",
5
6 "name": "Map",
7
8 "properties": [
9 {
10 "name": "category",
11 "type": "select",
12 "default": "restaurant",
13 "possibleValues": ["restaurant", "hospital", "cafe", "museum"]
14 },
15 {
16 "name": "center",
17 "type": "string",
18 "default": ""
19 }
20
21 ],
22
23 "defaultStyles": {
24 "width": "280px",
25 "height": "280px"
26 }
27
28} \ No newline at end of file