This commit is contained in:
2023-10-21 19:40:24 +03:00
parent 46278f0a8a
commit 8d589509df
14 changed files with 14 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ class Number implements FieldInterface, RequiredInterface, MinMaxInterface
public ?int $max = null,
public ?float $default = null,
public bool $readonly = false,
public string $help = "",
public string $optionsFrom = "",
public string $optionsField = "",
public bool $optionsSuggest = false,