🐛 Fixes favicon APIs in schema

This commit is contained in:
Alicia Sykes 2021-11-24 11:30:03 +00:00
parent 8911c867ce
commit eeaa924962
1 changed files with 8 additions and 6 deletions

View File

@ -145,13 +145,15 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"local", "local",
"faviconkit", "allesedv",
"google",
"clearbit", "clearbit",
"webmasterapi", "faviconkit",
"allesedv" "duckduckgo",
"yandex",
"google",
"besticon"
], ],
"default": "faviconkit", "default": "allesedv",
"description": "Which service to use to resolve favicons. Set to local to do this locally instead" "description": "Which service to use to resolve favicons. Set to local to do this locally instead"
}, },
"layout": { "layout": {
@ -719,4 +721,4 @@
} }
} }
} }
} }