Feature/website overhaul (#49)
* Reorganize repo * Overhaul website design and rewrite in NextJS and Typescript * Delete website-publish.yml
This commit is contained in:
committed by
GitHub
parent
3674ee5bd8
commit
421ecf17e6
17
website/content/docs/widget-text.mdx
Normal file
17
website/content/docs/widget-text.mdx
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
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"}
|
||||
```
|
Reference in New Issue
Block a user