1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpsysinfo_ynh.git synced 2024-09-03 19:56:43 +02:00

Update manifest.json

Add help and type in JSON.
This commit is contained in:
Inrepublica 2020-03-25 19:22:43 +01:00
parent 32aea7fab0
commit cf48546861

View file

@ -45,6 +45,10 @@
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "Be careful, putting this application in public will expose some sensitive information.",
"fr": "Attention mettre cette application en publique exposera certaines informations sensibles."
},
"ask": {
"en": "Is it a public website?",
"fr": "Est-ce un site public ?"
@ -53,6 +57,7 @@
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Default Language?",
"fr": "Langue par défaut ?"
@ -62,6 +67,7 @@
},
{
"name": "display_mode",
"type": "string",
"ask": {
"en": "Display Mode?",
"fr": "Mode d'affichage ?"