1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00

Update manifest.json

This commit is contained in:
frju365 2018-09-02 10:33:07 +02:00 committed by GitHub
parent fec3b340f6
commit 5ed57c01f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,12 +52,12 @@
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean",
"ask": { "ask": {
"en": "Uploading files is it public?", "en": "Is it a public application?",
"fr": "L'upload de fichiers est-il public ?" "fr": "Est-ce une application publique ?"
}, },
"choices": ["Yes", "No"], "default": true
"default": "No"
} }
] ]
} }