aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/map.json
blob: 792a7fe53b3e9e80a6c696538f5a0621dbac6f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "component": "map",

    "module": "montage/ui/map.reel",

    "name": "Map",

    "properties": [
        {
            "name": "category",
            "type": "string",
            "default": "",
            "possibleValues": ["restaurant", "hospital", "cafe", "museum"]
        },
        {
            "name": "center",
            "type": "string",
            "default": ""
        }

    ],

    "defaultStyles":  {
        "width": "280px",
        "height": "280px"
    }

}