1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

"Boolean" is better if there are different translation.

"type": "boolean",
and
 "default": true
This commit is contained in:
frju365 2017-01-16 12:48:14 +01:00 committed by GitHub
parent 959e0c8b98
commit 521d7e7a60

View file

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