mirror of
https://github.com/YunoHost-Apps/shuri_ynh.git
synced 2024-09-03 20:16:20 +02:00
Update manifest.json
This commit is contained in:
parent
bfded0dfa6
commit
ee8bd25e67
1 changed files with 6 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
"id": "shuri",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "URL Shortener",
|
||||
"fr": "Racourcisseur d'URL"
|
||||
"en": "Simple URL Shortener",
|
||||
"fr": "Racourcisseur basique d'URL"
|
||||
},
|
||||
"version": "1.0~ynh1",
|
||||
"url": "https://github.com/pips-/shuri",
|
||||
|
@ -40,6 +40,10 @@
|
|||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"help": {
|
||||
"en": "If enabled, Shuri will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.",
|
||||
"fr": "Si cette case est cochée, Shuri sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue