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
b5d001b377
commit
c052517d3f
1 changed files with 7 additions and 7 deletions
|
@ -28,15 +28,17 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain for Mopidy",
|
"en": "Choose a domain for Mopidy"
|
||||||
"fr": "Choisissez un domaine pour Mopidy"
|
},
|
||||||
},
|
|
||||||
"example": "example.org"
|
"example": "example.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose a path for Mopidy"
|
||||||
|
},
|
||||||
"example": "/mopidy",
|
"example": "/mopidy",
|
||||||
"default": "/mopidy"
|
"default": "/mopidy"
|
||||||
},
|
},
|
||||||
|
@ -46,9 +48,7 @@
|
||||||
"help": "en: public app can be used by anonymous visitors",
|
"help": "en: public app can be used by anonymous visitors",
|
||||||
"default": true
|
"default": true
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Is it a public application?",
|
"en": "Is it a public application?" },
|
||||||
"fr": "Est-ce une application publique ?"
|
|
||||||
},
|
|
||||||
"default": false
|
"default": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue