aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/textarea.json
blob: 6e3d78c2d50d47f6f8eef636bfb312c595f90bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "component": "textarea",

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

    "name": "TextArea",

    "properties": [

        {
            "name": "rows",
            "type": "number",
            "default": null
        },
        {
            "name": "cols",
            "type": "number",
            "default": null
        },
        {
            "name": "wrap",
            "type": "string",
            "default": "soft",
            "possibleValues": ["hard", "soft"]
        },
        {
            "name": "textContent",
            "type": "string",
            "default": null
        }
    ]
}