{
    "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
        }
    ]
}