You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,9 @@ For a good example, see https://riot.im/develop/config.json.
80
80
1.`defaultCountryCode`: The ISO 3166 alpha2 country code to use when showing
81
81
country selectors, like the phone number input on the registration page.
82
82
Defaults to `GB` if the given code is unknown or not provided.
83
-
1.`settingDefaults`: Defaults for settings that support the `config` level, as an object mapping setting name to value (note that the "theme" setting is special cased to the `default_theme` in the config file).
83
+
1.`settingDefaults`: Defaults for settings that support the `config` level,
84
+
as an object mapping setting name to value (note that the "theme" setting
85
+
is special cased to the `default_theme` in the config file).
84
86
1.`disable_custom_urls`: disallow the user to change the
0 commit comments