Configuration
Below is the full configuration available with defaults values:
"example" => [
"type" => "anomaly.field_type.text",
"config" => [
"type" => "text",
"default_value" => null,
]
]
Configuration
Key | Example | Description |
---|---|---|
type | password | The input type. Valid options are `text` (default), `password`, or any other valid input type. |
default_value | [email protected] | The default value. |