Documentation
    Preparing search index...
    configFields: (
        | {
            attributes: { options: string[] };
            label: string;
            name: string;
            type: string;
        }
        | { attributes?: undefined; label: string; name: string; type: string }
    )[] = ...