Type Fix
Fixes typo of the "Name" on the Relations documentation from "realtion" to "relation"
This commit is contained in:
parent
b370929087
commit
f5e5211cf7
@ -250,7 +250,7 @@ The object widget allows you to group multiple widgets together, nested under a
|
||||
|
||||
The relation widget allows you to reference items from another collection. It provides a search input with a list of entries from the collection you're referencing, and the list automatically updates with matched entries based on what you've typed.
|
||||
|
||||
- **Name:** `realtion`
|
||||
- **Name:** `relation`
|
||||
- **UI:** text input with search result dropdown
|
||||
- **Data type:** data type of the value pulled from the related collection item
|
||||
- **Options:**
|
||||
@ -333,4 +333,4 @@ The text widget takes a multiline text field and saves it as a string. For short
|
||||
|
||||
```yaml
|
||||
- {label: "Description", name: "description", widget: "text"}
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user