From 6775ed8f5397b0a29dcfd118310488dd85a29936 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:30:53 +0100 Subject: [PATCH] Update manifest.toml: add standard values for the CI --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index d002196..1261e62 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,12 +53,14 @@ ram.runtime = "50M" choices.asso = "Diacamma Asso" choices.syndic = "Diacamma Syndic" choices.standard = "Lucterios Standard" + default = "standard" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" type = "select" choices = ["fr","en"] + default = "en" [install.archive] ask.en = "Archive to upload"