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:
parent
892fbf5693
commit
a76d68596c
1 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue