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
4269b07578
commit
6f28c0c9b5
1 changed files with 0 additions and 11 deletions
|
@ -28,28 +28,17 @@
|
||||||
{
|
{
|
||||||
"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