Configuration

Below is the full configuration available with defaults values:

"example" => [
    "type"   => "anomaly.field_type.icon",
    "config" => [
        "icon_sets" => [
            "fontawesome",
        ],
        "mode" => "search",
    ]
]
Configuration
Key Example Description

icon_sets

["fontawesome"]

The icon sets to enable for selection.

mode

dropdown

The input mode. Valid options are dropdown or search.