1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Fix is_public choice

This commit is contained in:
magikcypress 2016-09-20 15:11:38 +02:00
parent d1a4613bc7
commit 0f2cd40fa8

View file

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