From c6ab8d1d370deb5ec385d55e756b74f204ee5424 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 16 Feb 2021 15:19:21 -0700 Subject: [PATCH] Docs for `loginForWelcome` --- docs/config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.md b/docs/config.md index f087af1848..22a99f508a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -72,6 +72,9 @@ For a good example, see https://develop.element.io/config.json. 1. `homeUrl`: Content shown on the inside of the app when a specific room is not selected. By default, no home page is configured. If one is set, a button to access it will be shown in the top left menu. + 1. `loginForWelcome`: Overrides `welcomeUrl` to make the welcome page be the + same page as the login page when `true`. This effectively disables the + welcome page. 1. `defaultCountryCode`: The ISO 3166 alpha2 country code to use when showing country selectors, like the phone number input on the registration page. Defaults to `GB` if the given code is unknown or not provided.