Configuration
Below is the full configuration available with default values:
"example" => [
"type" => "anomaly.field_type.encrypted",
"config" => [
"default_value" => null,
"show_text" => false,
"auto_decrypt" => false,
]
]
Configuration
Key | Example | Description |
---|---|---|
default_value | Secret Password | The defualt value. |
show_text | `true` | Display plain text by default when typing in the input. |
auto_decrypt | `true` | Define whether the value is automatically decrypted when accessed or not. |