Skip to content

Commit 98f2d86

Browse files
committed
Add 'showLabsSettings' flag to docs+sample config
1 parent fcf8e24 commit 98f2d86

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ For a good example, see https://riot.im/develop/config.json.
134134
in the `labs` section of settings. The available optional experimental features vary from
135135
release to release. Some of the available features are described in the Labs Feature section
136136
of this README.
137+
1. `showLabsSettings`: Shows the "labs" tab of user settings even when no `features` are enabled
138+
or present. Useful for getting at settings which may be otherwise hidden.
137139
1. `brand`: String to pass to your homeserver when configuring email notifications, to let the
138140
homeserver know what email template to use when talking to you.
139141
1. `branding`: Configures various branding and logo details, such as:

config.sample.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"integrations_rest_url": "https://scalar.vector.im/api",
1919
"integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html",
2020
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
21+
"showLabsSettings": false,
2122
"features": {
2223
"feature_groups": "labs",
2324
"feature_pinning": "labs",

0 commit comments

Comments
 (0)