aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/map.json
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-03-26 15:36:49 -0700
committerJose Antonio Marquez2012-03-26 15:36:49 -0700
commit7bf738bc08f6a24edce30dbc2b101a8cab2d27aa (patch)
treeaf3b114d6a83ae62dfcead8bd61bc62efe0c9516 /node_modules/components-data/map.json
parentd87cded11dcc0faf41a4a3e6b587e5549c0da6df (diff)
parent309dde5a8c4599cef6a1052c1ff9ee1ad8ec5858 (diff)
downloadninja-7bf738bc08f6a24edce30dbc2b101a8cab2d27aa.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into FileIO
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