From cd818757d5ed4060c040791745668b2c1d32305e Mon Sep 17 00:00:00 2001 From: Jilles van Gurp Date: Sat, 9 Nov 2024 12:37:20 +0100 Subject: [PATCH] add help to config --- example-configurations/tmdb.json | 1 + 1 file changed, 1 insertion(+) diff --git a/example-configurations/tmdb.json b/example-configurations/tmdb.json index e7b281c..883bff0 100644 --- a/example-configurations/tmdb.json +++ b/example-configurations/tmdb.json @@ -6,6 +6,7 @@ { "type": "str", "name": "query", + "help": "Enter your search query here.", "defaultValue": "", "placeHolder": "The Matrix" }