1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Update manifest.json

This commit is contained in:
frju365 2017-01-29 11:59:51 +01:00 committed by GitHub
parent df6309ad21
commit 2df50a9901

View file

@ -47,6 +47,32 @@
},
"choices": ["Yes", "No"],
"default": "Yes"
},
{
"name": "user",
"type": "user",
"ask": {
"en": "Choose the Abantecart administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de Abantecart (doit être un utilisateur YunoHost existant)"
},
"example": "homer"
},
{
"name": "passwd",
"type": "password",
"ask": {
"en": "Set the password for the Admin user ≥ 5 character",
"fr": "Définissez le mot de passe pour l'Administrateur. ≥ cinq charactères"
},
"example": "myreallystrengthpassword"
},
{
"name": "email",
"type": "email",
"ask": {
"fr": "Votre adresse mail."
},
"exemple": "abc@efg.hi"
}
]
}