Skip to content

Commit

Permalink
update defaults in docs
Browse files Browse the repository at this point in the history
Apparently I'm finding boolean too difficult to comprehend 🤦🏻‍♂️
  • Loading branch information
13twelve committed Jan 14, 2025
1 parent 9908a99 commit 3fb5d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/1_docs/4_form-fields/11_repeater.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Repeater::make()
| name | Name of the field | string | same as `type` |
| max | Maximum amount that can be created | number | null (unlimited) |
| buttonAsLink | Displays the `Add` button as a centered link | boolean | false |
| disableCreate | Disables ability to add new items | boolean | false |
| disableActions | Removes row item actions | boolean | false |
| disableReorder | Disables reordering of repeater items | boolean | false |
| disableCreate | Disables ability to add new items | boolean | true |
| disableActions | Removes row item actions | boolean | true |
| disableReorder | Disables reordering of repeater items | boolean | true |

<br/>

Expand Down

0 comments on commit 3fb5d0e

Please sign in to comment.