Allow specifying help URLs in config.json (#11070)
* Allow specifying help URLs in config.json * Fix test
This commit is contained in:
parent
ba28174ac0
commit
ea0e9abc2b
5 changed files with 14 additions and 3 deletions
|
@ -26,6 +26,8 @@ import { DeepReadonly, Defaultize } from "./@types/common";
|
|||
// see element-web config.md for docs, or the IConfigOptions interface for dev docs
|
||||
export const DEFAULTS: DeepReadonly<IConfigOptions> = {
|
||||
brand: "Element",
|
||||
help_url: "https://element.io/help",
|
||||
help_encryption_url: "https://element.io/help#encryption",
|
||||
integrations_ui_url: "https://scalar.vector.im/",
|
||||
integrations_rest_url: "https://scalar.vector.im/api",
|
||||
uisi_autorageshake_app: "element-auto-uisi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue