From aeb7e66740ad502d5012291fc070cab14e683881 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Sun, 13 Mar 2022 01:17:32 +0100 Subject: [PATCH] Fixes to follow the advises from the CI tests --- manifest.json | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index fd2ebd6..0927e62 100644 --- a/manifest.json +++ b/manifest.json @@ -12,8 +12,8 @@ "license": "GPL-3.0-only", "website": "https://ladigitale.dev/", "demo": "https://ladigitale.dev/digiwords/#/", - "admindoc": "https://yunohost.org/packaging_apps", - "userdoc": "https://yunohost.org/apps", + "admindoc": "https://gitlab.com/ladigitale/digiwords/-/blob/master/README.md", + "userdoc": "https://ladigitale.dev/blog/digiwords-pour-creer-des-nuages-de-mots", "code": "https://gitlab.com/ladigitale/digiwords" }, "license": "GPL-3.0-only", @@ -34,10 +34,6 @@ { "name": "domain", "type": "domain", - "ask": { - "fr": "Choisissez un domaine pour Digiwords", - "en": "Choose a domain name for Digiwords" - } }, { "name": "path", @@ -48,18 +44,11 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If public, any visitor can create word clouds and see saved ones, providing they know their secret questions and answers." + "fr": "Si l’application est public, n’importe quel visiteur pourra créer un nuage de mots et consulter ceux sauvegardés dont ils connaissent à la fois la question secrète et la réponse." "default": true }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["fr", "en"], - "default": "fr" - } ] } }