mirror of https://github.com/Lissy93/dashy.git
🗃️ Adds scema doc for searchBangs
This commit is contained in:
parent
6e96c12738
commit
b901a04d4a
|
@ -264,6 +264,12 @@
|
|||
"searchBangs": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"examples": [
|
||||
{
|
||||
"/r": "reddit",
|
||||
"!w": "https://whoogle.local/search?q="
|
||||
}
|
||||
],
|
||||
"description": "A KV-pair of custom search bangs. The key should be the shortcut to type, and the value is the search engine, specified either by key or full URL"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue