aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/button.json
blob: a931afcb908becb71d135d5eeaca53d505c992ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "component": "button",

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

    "name": "Button",

    "properties": [

        {
            "name": "label",
            "type": "string",
            "default": "Button"
        },
        {
            "name": "enabled",
            "type": "boolean",
            "default": "true"
        }
    ]
}