diff --git a/src/Configuration/Content/FieldType.php b/src/Configuration/Content/FieldType.php index 897f79976..63c427340 100644 --- a/src/Configuration/Content/FieldType.php +++ b/src/Configuration/Content/FieldType.php @@ -54,7 +54,7 @@ protected static function defaults(): Collection 'maxlength' => '', 'autocomplete' => true, 'values' => [], - 'min' => 1, + 'min' => 0, 'max' => 1000, ]); }