1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

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

This commit is contained in:
Alexandre Aubin 2021-10-17 21:36:53 +02:00
parent 892fbf5693
commit a76d68596c

View file

@ -25,6 +25,15 @@
"services": [], "services": [],
"arguments": { "arguments": {
"install" : [ "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", "name": "wifi_ssid",
"type": "string", "type": "string",