- Name:
text - UI: Textarea
- Data type:
string
The text widget takes a multiline text field and saves it as a string. For shorter text inputs, use the string widget.
Widget Options
For common options, see Common widget options.
|
Name |
Type |
Default |
Description |
|---|---|---|---|
|
default |
string |
|
Optional. The default value for the field. Accepts a string |
Example
name: description
label: Description
widget: textname: 'description',
label: 'Description',
widget: 'text',