2018-01-03 20:14:15 -02:00
|
|
|
---
|
2018-08-14 11:33:13 -06:00
|
|
|
label: "Text"
|
2018-07-25 07:47:26 -04:00
|
|
|
target: text
|
2018-01-03 20:14:15 -02:00
|
|
|
---
|
|
|
|
|
|
|
|
The text widget takes a multiline text field and saves it as a string. For shorter text inputs, use the string widget.
|
|
|
|
|
|
|
|
- **Name:** `text`
|
|
|
|
- **UI:** HTML textarea
|
|
|
|
- **Data type:** string
|
|
|
|
- **Options:**
|
|
|
|
- `default`: accepts a string; defaults to an empty string
|
|
|
|
- **Example:**
|
2018-08-14 07:37:07 -07:00
|
|
|
```yaml
|
2018-08-14 11:33:13 -06:00
|
|
|
- {label: "Description", name: "description", widget: "text"}
|
2018-08-14 07:37:07 -07:00
|
|
|
```
|