From b901a04d4a18288fe99f9d4df350dc5f17061011 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 11 Sep 2021 21:05:32 +0100 Subject: [PATCH] :card_file_box: Adds scema doc for searchBangs --- src/utils/ConfigSchema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 244e8168..d3bf8ff6 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -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" } }