Configuration
Below is the full configuration available with default values:
"example" => [
"type" => "anomaly.field_type.integer",
"config" => [
"default_value" => null,
"separator" => ",",
"step" => 1,
"min" => null,
"max" => null,
]
]
Configuration
Key | Example | Description |
---|---|---|
default_value | 25 | The default value. |
separator | The thousands separator. | |
step | 5 | The numerical interval between value steps. |
min | 1 | The minimum value allowed. |
max | 99 | The maximum value allowed. |