featherbit UI
    Preparing search index...

    Variable pluginConfigConst

    pluginConfig: Record<string, FieldSchema[]> = ...

    Form schema registry keyed by plugin type name.

    Field keys and defaults track the config each Rust plugin deserializes. objects fields serialize as an array of records (e.g. add_headers[{name, value}]), a form the Rust plugins accept alongside the map form.

    Plugin types and their config parsing live under src/plugins/ (factory in src/plugins/mod.rs); keys here must match the serde field names there.