mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update manifest.json
This commit is contained in:
parent
17c5338b7c
commit
4269b07578
1 changed files with 11 additions and 0 deletions
|
@ -28,17 +28,28 @@
|
|||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for Mopidy"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Mopidy",
|
||||
"fr": "Choisissez un chemin pour Mopidy"
|
||||
},
|
||||
"example": "/example",
|
||||
"default": "/mopidy"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"help": {
|
||||
"en": "public app can be used by anonymous visitors"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue