mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🐛 Fixes favicon APIs in schema
This commit is contained in:
parent
8911c867ce
commit
eeaa924962
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user