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:
parent
df6309ad21
commit
2df50a9901
1 changed files with 26 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue