mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-26 10:24:40 +03:00
🐛 Fixes favicon APIs in schema
This commit is contained in:
parent
8911c867ce
commit
eeaa924962
@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user