Browse Source

Add tip in manifest that app will be configurable from the config panel

Alexandre Aubin 3 years ago
parent
commit
a76d68596c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      manifest.json

+ 9 - 0
manifest.json

@@ -26,6 +26,15 @@
     "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",
                 "ask": {