Fix show_labs_settings config.md typo (#21600)
* Fix typo show_labs_settings * Document latex_maths_delims developer optionpull/21622/head
parent
5eecc768a3
commit
a8e914ad9f
|
@ -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.
|
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
|
**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`
|
1. `fallback_hs_url`
|
||||||
2. `sync_timeline_limit`
|
2. `sync_timeline_limit`
|
||||||
3. `dangerously_allow_unsafe_and_insecure_passwords`
|
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.
|
||||||
|
|
Loading…
Reference in New Issue