1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

avoid boolean for public but ask a clear choice Yes/No

This commit is contained in:
Thatoo 2019-07-01 12:49:13 +02:00 committed by GitHub
parent 0d79848459
commit 95a9e6254a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,12 +42,12 @@
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public server ?",
"fr": "Est-ce un serveur public ?"
},
"default": 0
"ask": {
"en": "Is it a public server?",
"fr": "Est-ce un serveur public?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}