From eeaa924962e66a33683f32c0f5cf9874f45da7f9 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 24 Nov 2021 11:30:03 +0000 Subject: [PATCH] :bug: Fixes favicon APIs in schema --- src/utils/ConfigSchema.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index ccab89f9..a4d84141 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -145,13 +145,15 @@ "type": "string", "enum": [ "local", - "faviconkit", - "google", + "allesedv", "clearbit", - "webmasterapi", - "allesedv" + "faviconkit", + "duckduckgo", + "yandex", + "google", + "besticon" ], - "default": "faviconkit", + "default": "allesedv", "description": "Which service to use to resolve favicons. Set to local to do this locally instead" }, "layout": { @@ -719,4 +721,4 @@ } } } -} \ No newline at end of file +}