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

    "module": "montage/ui/input-text.reel",

    "name": "Textfield",

    "properties": [
        {
            "name": "value",
            "type": "string",
            "default": ""
        }
    ]
}