1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Remove deprecated ask fields in manifest

This commit is contained in:
tituspijean 2021-03-27 00:10:41 +01:00
parent ec0566bca0
commit 380d91cf67

View file

@ -38,38 +38,22 @@
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": {
"en": "Choose a domain name for Grav",
"fr": "Choisissez un nom de domaine pour Grav"
},
"example": "example.org" "example": "example.org"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": {
"en": "Choose a path for Grav",
"fr": "Choisissez un chemin pour Grav"
},
"example": "/grav", "example": "/grav",
"default": "/grav" "default": "/grav"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": {
"en": "Choose the Grav administrator (must be an existing YunoHost user)",
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
},
"example": "johndoe" "example": "johndoe"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": {
"en": "Is it a public Grav site?",
"fr": "Est-ce un site public ?"
},
"help": { "help": {
"en": "Will anyone be able to access the website?", "en": "Will anyone be able to access the website?",
"fr": "Est-ce que quiconque pourra accéder au site ?" "fr": "Est-ce que quiconque pourra accéder au site ?"
@ -79,10 +63,6 @@
{ {
"name": "language", "name": "language",
"type": "string", "type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["en_EN", "fr_FR"], "choices": ["en_EN", "fr_FR"],
"default": "fr_FR" "default": "fr_FR"
} }