From 131b28ede8fcdf6b65227a2e383bd948a6988267 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 13 Jan 2025 11:41:29 +0000 Subject: [PATCH] New config options. --- docs/config.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/config.md b/docs/config.md index 8ca4ba4eb8..65e8291bb6 100644 --- a/docs/config.md +++ b/docs/config.md @@ -211,6 +211,16 @@ Starting with `branding`, the following subproperties are available: 2. `auth_header_logo_url`: A URL to the logo used on the login, registration, etc pages. 3. `auth_footer_links`: A list of links to add to the footer during login, registration, etc. Each entry must have a `text` and `url` property. +4. `title_template`: A template string that can be used to configure the title of the application. +5. `title_template_in_room`: A template string that can be used to configure the title of the application. This applies while + the client is viewing a Matrix room. + + +#### `title_template` vars + +- `subtitle` +- `room_name` +- `brand` `embedded_pages` can be configured as such: