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

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

    "name": "Textfield",

    "properties": [

        {
            "name": "value",
            "type": "string",
            "default": "Button"
        },
        {
            "name": "disabled",
            "type": "boolean",
            "default": "false"
        }
    ]
}