mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-29 08:34:59 +02:00
🗃️ Adds scema doc for searchBangs
This commit is contained in:
parent
6e96c12738
commit
b901a04d4a
@ -264,6 +264,12 @@
|
|||||||
"searchBangs": {
|
"searchBangs": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": true,
|
"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"
|
"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…
x
Reference in New Issue
Block a user