1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jirafeau_ynh.git synced 2024-09-03 19:35:53 +02:00

Merge pull request #54 from YunoHost-Apps/optional-is-boolean

Value for "optional" should be a boolean
This commit is contained in:
Maniack Crudelis 2019-04-06 19:57:23 +02:00 committed by GitHub
commit 3f8b0783bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@
{
"name": "upload_password",
"type": "password",
"optional": "true",
"optional": true,
"ask": {
"en": "Set the password granting upload permissions (leave empty to allow anybody to upload)",
"fr": "Définissez le mot de passe permettant l'accès à l'envoi de fichiers (laissez vide pour autoriser tout le monde)"