Skip to content
Get Bricks

Textarea Control Schema

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/textarea",
"schemaVersion": "2.2.1",
"title": "Textarea Control",
"description": "Value schema for textarea control type",
"type": "string",
"controlProperties": [
"type",
"label",
"tab",
"group",
"placeholder",
"default"
]
}