help
This commit is contained in:
@@ -19,6 +19,7 @@ class Text implements FieldInterface, RequiredInterface
|
||||
public bool $nullable = false,
|
||||
public ?int $min = null,
|
||||
public ?int $max = null,
|
||||
public string $help = "",
|
||||
public string $default = "",
|
||||
public bool $readonly = false,
|
||||
public string $optionsFrom = "",
|
||||
|
||||
Reference in New Issue
Block a user