From 003a067faf75b2a4539b62b34ada2a6739a3e8a8 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 6 Nov 2018 10:05:33 +0100 Subject: [PATCH] Revert "Try fix" This reverts commit 4c55b2437dcb974bf8381b0e437a99d3f832e4ac. --- manifest.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 470f232..77c8358 100644 --- a/manifest.json +++ b/manifest.json @@ -45,7 +45,28 @@ "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": "" + + } ]