From 504afdd00b4c7b28c13d16a0958f4dc3cd724e39 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 11 Jun 2020 14:22:02 +0200 Subject: [PATCH] add an 'help' key for argument 'is_public' --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 5f89554..889219f 100644 --- a/manifest.json +++ b/manifest.json @@ -49,6 +49,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "If it is a public application, there will not have authentification" + "fr": "Si l'application est publique, il n'y aura pas d'authentification" + }, "default": false } ]