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

Error on is_public

This commit is contained in:
Inrepublica 2016-05-26 23:40:13 +02:00
parent 9246cf5ac0
commit d348aeb199

View file

@ -52,12 +52,12 @@
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
"default": false
}
]
}