Add missing content folder
This commit is contained in:
16
website/content/docs/widgets/string.md
Normal file
16
website/content/docs/widgets/string.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
label: "String"
|
||||
title: string
|
||||
---
|
||||
|
||||
The string widget translates a basic text input to a string value. For larger textarea inputs, use the text widget.
|
||||
|
||||
- **Name:** `string`
|
||||
- **UI:** text input
|
||||
- **Data type:** string
|
||||
- **Options:**
|
||||
- `default`: accepts a string; defaults to an empty string
|
||||
- **Example:**
|
||||
```yaml
|
||||
- {label: "Title", name: "title", widget: "string"}
|
||||
```
|
Reference in New Issue
Block a user