From c6eb35542065bf5fa34eff41c65ff67da841dc71 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 6 Nov 2018 09:33:34 +0100 Subject: [PATCH] revert --- manifest.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 39aa1ad..77c8358 100644 --- a/manifest.json +++ b/manifest.json @@ -43,7 +43,30 @@ }, "example": "/", "default": "/" -} +}, + + { + "name": "password", + "type": "string", + "ask": { + "en": "Choose a password for Collabora admin", + "fr": "Choisissez un mot de passe pour l'administration de Collabora" + }, + "example": "password", + "default": "" + + }, + { + "name": "nextclouddomain", + "type": "string", + "ask": { + "en": "The domain of your Nextcloud instance", + "fr": "Le domain de votre instance Nextcloud" + }, + "example": "example.com", + "default": "" + + } ]