Skip to content

Commit

Permalink
Code style (linter error)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF authored Feb 16, 2024
1 parent cb818d5 commit 892eda7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions backend/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,12 @@ status:

Dropdowns can also allow users to provide a new value. This can be activated by setting the `allowCustom` option to `true`.

status:
label: Blog Post Status
type: dropdown
allowCustom: true
```yaml
status:
label: Blog Post Status
type: dropdown
allowCustom: true
```

The `allowCustom` option can be useful to provide a preset list of options without preventing the user from adding a new or custom value.

Expand Down

0 comments on commit 892eda7

Please sign in to comment.