aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/map.json
blob: 796b2fadc9b30955ea39256bd6ea4ca43cf3cdb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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": ""
        }

    ]
}