From f145eaeb167bc21a556c665f1a84b226366b8c5f Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:39:48 +0200 Subject: [PATCH] fix CI warning / linter when using !testme on an app --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1272ce4..b82b9a1 100644 --- a/manifest.json +++ b/manifest.json @@ -45,7 +45,11 @@ { "name": "is_public", "type": "boolean", - "default": true + "default": true, + "help": { + "en": "Use the help field to explain to the admin what it means for *this* app to be public or private", + "fr": "Utilisez le champ d'aide pour expliquer à l'administrateur ce que signifie le fait que *cette* application soit publique ou privée" + } }, { "name": "language",