feat(searxng): show setup JSON format note

This commit is contained in:
Peter Steinberger
2026-05-02 06:51:13 +01:00
parent 49dd4339ce
commit ee8f47eda7
6 changed files with 92 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ export type WebSearchProviderPlugin = {
placeholder: string;
signupUrl: string;
docsUrl?: string;
/** Optional note shown before credential collection for provider-specific prerequisites. */
credentialNote?: string;
autoDetectOrder?: number;
credentialPath: string;
inactiveSecretPaths?: string[];