mirror of https://github.com/Lissy93/dashy.git
🐛 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": {
|
||||||
|
@ -719,4 +721,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue