1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/Cubiks-2048_ynh.git synced 2024-09-03 18:25:55 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2021-03-15 09:02:17 +01:00
parent f918cb86a2
commit 22d2a51ba0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -14,7 +14,7 @@
"email": "" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.0.0" "yunohost": ">= 4.1.7"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
@ -25,29 +25,17 @@
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": {
"en": "Choose a domain for Cubiks 2048",
"fr": "Choisissez un nom de domaine pour Cubiks 2048"
},
"example": "domain.org" "example": "domain.org"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": {
"en": "Choose a path for Cubiks 2048",
"fr": "Choisissez un chemin pour Cubiks 2048"
},
"example": "/cubiks-2048", "example": "/cubiks-2048",
"default": "/cubiks-2048" "default": "/cubiks-2048"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": {
"en": "Is it a public game?",
"fr": "Est-ce un jeu public ?"
},
"help": { "help": {
"en": "If enabled, Cubiks 2048 will be accessible by people who doesnt have an account. This can be changed later via the webadmin.", "en": "If enabled, Cubiks 2048 will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Cubiks 2048 sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." "fr": "Si cette case est cochée, Cubiks 2048 sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."