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

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