421ecf17e6
* Reorganize repo * Overhaul website design and rewrite in NextJS and Typescript * Delete website-publish.yml
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
---
|
|
group: Widgets
|
|
title: Text
|
|
weight: 25
|
|
---
|
|
|
|
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:**
|
|
```yaml
|
|
- {label: "Description", title: "description", widget: "text"}
|
|
```
|