From a76d68596c40ef4eb5461b6e47adc93962799435 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 17 Oct 2021 21:36:53 +0200 Subject: [PATCH] Add tip in manifest that app will be configurable from the config panel --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index baf3bbb..186d5f0 100644 --- a/manifest.json +++ b/manifest.json @@ -25,6 +25,15 @@ "services": [], "arguments": { "install" : [ + { + "name": "disclaimer", + "type": "display_text", + "style": "info", + "ask": { + "en": "After installation, you will be able to configure the application from YunoHost's webadmin in Applications > Hotspot > Configuration.", + "fr": "Après l'application, vous pourrez configurer l'application depuis la webadmin de YunoHost dans Applications > Hotspot > Configuration." + } + }, { "name": "wifi_ssid", "type": "string",