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" } + ] } }