From 604c09a72b6e808ae2140d43ec80c3b9549c688d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Wed, 13 Sep 2017 19:10:06 +0200 Subject: [PATCH] Add path in manifest --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifest.json b/manifest.json index 5fa13ef..d8fbc3b 100644 --- a/manifest.json +++ b/manifest.json @@ -29,6 +29,15 @@ }, "example": "domain.org" }, + { + "name": "path", + "type": "path", + "ask": { + "en": "Choose a path for Weblate:" + }, + "example": "/weblate", + "default": "/weblate" + }, { "name": "is_public", "type": "boolean", @@ -37,6 +46,7 @@ }, "default": "0" } + ] } }