From d78a09400b8877fcd3d8ed8236406afd3b48186c Mon Sep 17 00:00:00 2001 From: Yehuda Deutsch Date: Fri, 24 Feb 2023 12:36:57 -0500 Subject: [PATCH] Change to string and add doc --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6f2ab8e..45bec46 100644 --- a/manifest.json +++ b/manifest.json @@ -44,10 +44,13 @@ }, { "name": "local_domain", - "type": "domain", + "type": "string", "default": "", + "ask": { + "en": "What domain do you want to ues for users?" + }, "help": { - "en": "Use a different domain for users than the installation domain" + "en": "Use a different domain for users than the installation domain, you'll need to setup the well-known redirects your self" } }, {