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",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose a domain name for Mopidy"
|
||||||
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose a path for Mopidy",
|
||||||
|
"fr": "Choisissez un chemin pour Mopidy"
|
||||||
|
},
|
||||||
"example": "/example",
|
"example": "/example",
|
||||||
"default": "/mopidy"
|
"default": "/mopidy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
"ask": {
|
||||||
|
"en": "Is it a public application?",
|
||||||
|
"fr": "Est-ce une application publique ?"
|
||||||
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"en": "public app can be used by anonymous visitors"
|
"en": "public app can be used by anonymous visitors"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue