- 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 17427_74ea3e-bc> |
Type 17427_56eb4e-4c> |
Default 17427_b3729c-4c> |
Description 17427_e4cb65-33> |
---|---|---|---|
default 17427_8b5455-77> |
string 17427_0c70b9-37> |
|
Optional. The default value for the field. Accepts a string 17427_70f9a6-79> |
Example
name: description
label: Description
widget: text
name: 'description',
label: 'Description',
widget: 'text',