1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cesium_ynh.git synced 2024-09-03 18:06:25 +02:00

add an 'help' key for argument 'is_public'

This commit is contained in:
Robles Rodolphe 2020-06-11 14:22:02 +02:00
parent 229a054a47
commit 504afdd00b

View file

@ -49,6 +49,10 @@
"en": "Is it a public application?", "en": "Is it a public application?",
"fr": "Est-ce une application publique ?" "fr": "Est-ce une application publique ?"
}, },
"help": {
"en": "If it is a public application, there will not have authentification"
"fr": "Si l'application est publique, il n'y aura pas d'authentification"
},
"default": false "default": false
} }
] ]