New config options.

This commit is contained in:
Half-Shot
2025-01-13 11:41:29 +00:00
parent e42ee727b4
commit 131b28ede8

View File

@@ -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. 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 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. `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: `embedded_pages` can be configured as such: