1
0
Fork 0
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:
magikcypress 2017-02-23 13:45:03 +01:00
parent 2088412e94
commit 1860935b19

View file

@ -1,4 +1,4 @@
{ (must be an existing YunoHost user){
"name": "SPIP", "name": "SPIP",
"id": "spip", "id": "spip",
"packaging_format": 1, "packaging_format": 1,
@ -48,8 +48,8 @@
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose an admin user", "en": "Choose an admin user (must be an existing YunoHost user)",
"fr": "Choisissez ladministrateur" "fr": "Choisissez ladministrateur (doit être un utilisateur YunoHost existant)"
}, },
"example": "johndoe" "example": "johndoe"
}, },