From a8e914ad9f69f890d29309fead802315e2ab4cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20M=C3=A4der?= Date: Wed, 30 Mar 2022 14:41:23 +0200 Subject: [PATCH] Fix show_labs_settings config.md typo (#21600) * Fix typo show_labs_settings * Document latex_maths_delims developer option --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 6d01fc1dea..833754e107 100644 --- a/docs/config.md +++ b/docs/config.md @@ -61,7 +61,7 @@ To force a labs flag on or off, use the following: } ``` -If you'd like the user to be able to self-select which labs flags they can turn on, add `"show_labs_flags": true` to +If you'd like the user to be able to self-select which labs flags they can turn on, add `"show_labs_settings": true` to your config. This will turn on the tab in user settings. **Note**: Feature support varies release-by-release. Check the [labs flag documentation](./labs.md) frequently if enabling @@ -541,4 +541,4 @@ The following are undocumented or intended for developer use only. 1. `fallback_hs_url` 2. `sync_timeline_limit` 3. `dangerously_allow_unsafe_and_insecure_passwords` -4. `latex_maths_delims` +4. `latex_maths_delims`: An optional setting to override the default delimiters used for maths parsing. See https://github.com/matrix-org/matrix-react-sdk/pull/5939 for details. Only used when `feature_latex_maths` is enabled.