aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/map.json
blob: e80fa510a20c1dbfb6dcf1134578718d55544780 (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-google/map.reel",

    "name": "Map",

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

    ],

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

}