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

Value for "optional" should be a boolean

This commit is contained in:
Alexandre Aubin 2019-04-02 18:19:29 +02:00 committed by GitHub
parent 7f269c3a3a
commit 90ccdaf7fc
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)"