removed obsolete optionsFrom
This commit is contained in:
@@ -21,9 +21,6 @@ class Color implements FieldInterface, RequiredInterface
|
||||
public string $default = "",
|
||||
public string $help = "",
|
||||
public bool $readonly = false,
|
||||
public string $optionsFrom = "",
|
||||
public string $optionsField = "",
|
||||
public bool $optionsSuggest = false,
|
||||
public string $group = "",
|
||||
)
|
||||
{
|
||||
|
||||
@@ -24,9 +24,6 @@ class Date implements FieldInterface, RequiredInterface, MinMaxInterface
|
||||
public string $default = "",
|
||||
public string $help = "",
|
||||
public bool $readonly = false,
|
||||
public string $optionsFrom = "",
|
||||
public string $optionsField = "",
|
||||
public bool $optionsSuggest = false,
|
||||
public string $group = "",
|
||||
)
|
||||
{
|
||||
|
||||
@@ -24,9 +24,6 @@ class Datetime implements FieldInterface, RequiredInterface, MinMaxInterface
|
||||
public string $default = "",
|
||||
public string $help = "",
|
||||
public bool $readonly = false,
|
||||
public string $optionsFrom = "",
|
||||
public string $optionsField = "",
|
||||
public bool $optionsSuggest = false,
|
||||
public string $group = "",
|
||||
)
|
||||
{
|
||||
|
||||
@@ -24,9 +24,6 @@ class Number implements FieldInterface, RequiredInterface, MinMaxInterface
|
||||
public ?float $default = null,
|
||||
public bool $readonly = false,
|
||||
public string $help = "",
|
||||
public string $optionsFrom = "",
|
||||
public string $optionsField = "",
|
||||
public bool $optionsSuggest = false,
|
||||
public string $group = "",
|
||||
)
|
||||
{
|
||||
|
||||
@@ -22,9 +22,6 @@ class Text implements FieldInterface, RequiredInterface
|
||||
public string $help = "",
|
||||
public string $default = "",
|
||||
public bool $readonly = false,
|
||||
public string $optionsFrom = "",
|
||||
public string $optionsField = "",
|
||||
public bool $optionsSuggest = false,
|
||||
public ?array $selectOptions = null,
|
||||
public string $group = "",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user