1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Appease linter with a help jey for is_public

This commit is contained in:
tituspijean 2022-03-21 19:38:56 +01:00
parent 35bfd1fa0e
commit 0bd487c074
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -27,7 +27,6 @@
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
@ -40,7 +39,7 @@
"name": "path",
"type": "path",
"example": "/firefly",
"default": "/firefly"
"default": "/firefly"
},
{
"name": "admin",
@ -49,7 +48,10 @@
{
"name": "is_public",
"type": "boolean",
"default": true
"default": true,
"help": {
"en": "Should this app be publically accessible?"
}
}
]
}