For the complete documentation index, see llms.txt. This page is also available as Markdown.

Text Area

Displays a multiline text area in the inspector.

{
  "title": "Description",
  "id": "cardDescription",
  "textArea": {
    "size": 5,
    "default": "Add a short paragraph that explains the feature."
  }
}
{
  "groups": [{
    "title": "Card Content",
    "properties": [{
      "title": "Description",
      "id": "cardDescription",
      "textArea": {
        "size": 5,
        "default": "Add a short paragraph that explains the feature."
      }
    }]
  }]
}

Supported Options

The textArea control supports the following options.

Key
Type
Notes

default

string

The default value for the text area.

size

number

The height of the text area, in rows.

Value

In templates, {{id}} returns the entered text, with format applied if set. For single-line values use the Text control.

Last updated

Was this helpful?