1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2021-11-28 22:37:33 +01:00
parent 90a4c77354
commit 06a8f9e9ae
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,5 +1,5 @@
{ {
"name": "scrumblr", "name": "Scrumblr",
"id": "scrumblr", "id": "scrumblr",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
@ -35,6 +35,10 @@
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": {
"en": "If enabled, Scrumblr will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Scrumblr sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true "default": true
} }
] ]