From dd158a9d0aa946a892188043db497395f8d6761c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:18:57 +0100 Subject: [PATCH] test if ci works better so --- manifest.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2c4c639..c618f58 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,22 +39,22 @@ ram.runtime = "50M" # this is a generic question - ask strings are automatically handled by Yunohost's core type = "user" - [install.weather_provider] - ask.en = "(Optional) Choose your weather provider between Darksky and Visual Crossing" - ask.fr = "(Optionnel) Choisissez votre fournisseur météo entre Darksky et Visual Crossing" - help.en = "As Darksky is deprecating his api, it is suggested to opt for Visual Crossing" - 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_provider] + # ask.en = "(Optional) Choose your weather provider between Darksky and Visual Crossing" +# ask.fr = "(Optionnel) Choisissez votre fournisseur météo entre Darksky et Visual Crossing" + # help.en = "As Darksky is deprecating his api, it is suggested to opt for Visual Crossing" +# 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 = false - 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 = false + # optional = true [resources] [resources.system_user]