mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Précision sur l'utilisateur dans le manifest
This commit is contained in:
parent
2088412e94
commit
1860935b19
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
(must be an existing YunoHost user){
|
||||
"name": "SPIP",
|
||||
"id": "spip",
|
||||
"packaging_format": 1,
|
||||
|
@ -48,8 +48,8 @@
|
|||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose an admin user",
|
||||
"fr": "Choisissez l’administrateur"
|
||||
"en": "Choose an admin user (must be an existing YunoHost user)",
|
||||
"fr": "Choisissez l’administrateur (doit être un utilisateur YunoHost existant)"
|
||||
},
|
||||
"example": "johndoe"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue