From 98f2d865b9c7c50d3b7ddbd9fa28a1d4e8f413b8 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 30 May 2019 20:03:42 -0600 Subject: [PATCH] Add 'showLabsSettings' flag to docs+sample config --- README.md | 2 ++ config.sample.json | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e46e757..cc3ab2c2 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ For a good example, see https://riot.im/develop/config.json. in the `labs` section of settings. The available optional experimental features vary from release to release. Some of the available features are described in the Labs Feature section of this README. +1. `showLabsSettings`: Shows the "labs" tab of user settings even when no `features` are enabled + or present. Useful for getting at settings which may be otherwise hidden. 1. `brand`: String to pass to your homeserver when configuring email notifications, to let the homeserver know what email template to use when talking to you. 1. `branding`: Configures various branding and logo details, such as: diff --git a/config.sample.json b/config.sample.json index beb9c9f0..db1d25d1 100644 --- a/config.sample.json +++ b/config.sample.json @@ -18,6 +18,7 @@ "integrations_rest_url": "https://scalar.vector.im/api", "integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", + "showLabsSettings": false, "features": { "feature_groups": "labs", "feature_pinning": "labs",