mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Clarification on path variable
This commit is contained in:
parent
5d5874b7a2
commit
eccf48420a
1 changed files with 10 additions and 0 deletions
|
@ -30,6 +30,16 @@
|
|||
"fr": "Choisissez un domaine pour Z-push"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "No choice, it must be /Microsoft-Server-ActiveSync",
|
||||
"fr": "Pas de choix, cela doit être /Microsoft-Server-ActiveSync"
|
||||
},
|
||||
"choices": ["/Microsoft-Server-ActiveSync"],
|
||||
"default": "/Microsoft-Server-ActiveSync"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue