From eccf48420a2f1858a1eb906974f720bdbd65877e Mon Sep 17 00:00:00 2001 From: polytan02 Date: Wed, 18 Jan 2017 01:08:04 +0000 Subject: [PATCH] Clarification on path variable --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifest.json b/manifest.json index d743cb3..0d5ce44 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] }