mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Suppression de SPIP dans le manifest
This commit is contained in:
parent
4b497b2fa8
commit
aa27d43992
1 changed files with 6 additions and 6 deletions
|
@ -28,8 +28,8 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for SPIP",
|
||||
"fr": "Choisissez un nom de domaine pour SPIP"
|
||||
"en": "Choose a domain name for Prestashop",
|
||||
"fr": "Choisissez un nom de domaine pour Prestashop"
|
||||
},
|
||||
"example": "example.org"
|
||||
},
|
||||
|
@ -37,8 +37,8 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for SPIP",
|
||||
"fr": "Choisissez un chemin pour SPIP"
|
||||
"en": "Choose a path for Prestashop",
|
||||
"fr": "Choisissez un chemin pour Prestashop"
|
||||
},
|
||||
"example": "/prestashop",
|
||||
"default": "/prestashop"
|
||||
|
@ -47,7 +47,7 @@
|
|||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose the SPIP administrator (must be an existing YunoHost user)",
|
||||
"en": "Choose the Prestashop administrator (must be an existing YunoHost user)",
|
||||
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
||||
},
|
||||
"example": "johndoe"
|
||||
|
@ -55,7 +55,7 @@
|
|||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
"en": "Is it a public SPIP site ?",
|
||||
"en": "Is it a public Prestashop site ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
|
|
Loading…
Add table
Reference in a new issue