🐛 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",
"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 @@
}
}
}
}
}