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:
commit
3f8b0783bb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
{
|
{
|
||||||
"name": "upload_password",
|
"name": "upload_password",
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"optional": "true",
|
"optional": true,
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Set the password granting upload permissions (leave empty to allow anybody to upload)",
|
"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)"
|
"fr": "Définissez le mot de passe permettant l'accès à l'envoi de fichiers (laissez vide pour autoriser tout le monde)"
|
||||||
|
|
Loading…
Reference in a new issue