aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/map.json
blob: 071fa73a381f0daa74fdf88791a87dfd337665c1 (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": null,
            "possibleValues": ["restaurant", "hospital", "cafe", "museum"]
        },
        {
            "name": "center",
            "type": "string",
            "default": null
        }

    ]
}