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:
parent
0d79848459
commit
95a9e6254a
1 changed files with 6 additions and 6 deletions
|
@ -42,12 +42,12 @@
|
|||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public server ?",
|
||||
"fr": "Est-ce un serveur public ?"
|
||||
"en": "Is it a public server?",
|
||||
"fr": "Est-ce un serveur public?"
|
||||
},
|
||||
"default": 0
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue