mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
added help for is_public
This commit is contained in:
parent
d2d1982dbf
commit
5f3ea0f3bf
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"id": "jackett",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Jackett provides API support for your favorite torrent trackers.",
|
||||
"en": "It provides API support for your favorite torrent trackers.",
|
||||
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
||||
},
|
||||
"version": "0.18.98~ynh1",
|
||||
|
@ -43,6 +43,9 @@
|
|||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"help": {
|
||||
"en": "Should the user interface be exposed to the public"
|
||||
}
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue