Skip to content

Commit

Permalink
Cherry-pick #3252
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Jul 5, 2022
1 parent 3217c0f commit 4206f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Configuration/Content/FieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ protected static function defaults(): Collection
'maxlength' => '',
'autocomplete' => true,
'values' => [],
'min' => 1,
'max' => 1000,
'min' => 0,
'max' => 100000,
]);
}

Expand Down

0 comments on commit 4206f90

Please sign in to comment.