Add help about is_public

This commit is contained in:
Miraty 2022-03-05 21:37:16 +01:00
parent a6d76ea634
commit 3a594c167e
2 changed files with 4 additions and 1 deletions

View File

@ -13,4 +13,3 @@
;;; Upgrade options
; commit=3b225b6a98f91493bdf3ae593a59cbdd3616106f
name=LibreQR 1.3.0
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&

View File

@ -42,6 +42,10 @@
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, the application can be used without authentifying with a YunoHost account.",
"fr": "Si activé, l'application pourra être utilisée sans s'authentifier avec un compte YunoHost."
},
"default": true
}
]