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

Text

Displays a text field in the inspector.

{
  "title": "Button Label",
  "id": "buttonLabel",
  "text": {
    "default": "Get Started",
    "subtitle": "Short call-to-action"
  }
}

Supported Options

The text control supports the following options.

Key
Type
Notes

default

string

The default value for the field.

placeholder

string

Placeholder text shown while the field is empty.

subtitle

string

Helper text displayed underneath the field.

Value

In templates, {{id}} returns the entered string, with format applied if set. For multiline content use the Text Area control, and for short technical values consider the Input control.

Last updated

Was this helpful?