featherbit UI
    Preparing search index...

    Type Alias FieldType

    FieldType:
        | "text"
        | "number"
        | "radio"
        | "select"
        | "switch"
        | "textarea"
        | "list"
        | "objects"

    Control kinds SchemaForm can render for a config field.

    list is a repeatable row of scalar items; objects is a repeatable row of sub-fields that serializes as an array of records (e.g. add_headers[{name, value}]), which the Rust plugins accept alongside the plain map form.