From eda22897373a38de03673d19223d298a4079d667 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Mar 2023 13:08:12 +0100 Subject: [PATCH] Default response in manifest --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 54bf7d8..6c660c1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,7 +35,7 @@ ram.runtime = "50M" [install.path] # this is a generic question - ask strings are automatically handled by YunoHost's core type = "path" - default = "/helloworld" + default = "/fittrackee" [install.init_main_permission] @@ -53,12 +53,14 @@ ram.runtime = "50M" help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing" type = "select" choices = ["", "darksky", "visualcrossing"] + default = "" optional = true [install.weather_key] ask.en = "(Optional) Insert here the api key from the chosen weather provider" ask.fr = "(Optionnel) Insérez ici la clé API du fournisseur de météo choisi" type = "string" + default = "" optional = true [resources]