mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add labs flag for alternate message layouts
This commit is contained in:
parent
3e21483b82
commit
4f7081fc2b
@ -26,6 +26,7 @@
|
|||||||
"defaultCountryCode": "GB",
|
"defaultCountryCode": "GB",
|
||||||
"showLabsSettings": false,
|
"showLabsSettings": false,
|
||||||
"features": {
|
"features": {
|
||||||
|
"feature_alternate_message_layouts": "labs",
|
||||||
"feature_font_scaling": "labs",
|
"feature_font_scaling": "labs",
|
||||||
"feature_pinning": "labs",
|
"feature_pinning": "labs",
|
||||||
"feature_custom_status": "labs",
|
"feature_custom_status": "labs",
|
||||||
|
@ -12,6 +12,10 @@ dropped. Ask in the room if you are unclear about any details here.**
|
|||||||
Enables font scaling options for accessibility. To alter the scale check the
|
Enables font scaling options for accessibility. To alter the scale check the
|
||||||
appearance tab in settings.
|
appearance tab in settings.
|
||||||
|
|
||||||
|
## Alternate message layouts (`feature_alternate_message_layouts`)
|
||||||
|
|
||||||
|
Enables options in rooms settings to switch between message layouts such as the default and "irc-like" layouts.
|
||||||
|
|
||||||
## Message pinning (`feature_pinning`)
|
## Message pinning (`feature_pinning`)
|
||||||
|
|
||||||
Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message
|
Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
|
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
|
||||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||||||
"features": {
|
"features": {
|
||||||
|
"feature_alternate_message_layouts": "labs",
|
||||||
"feature_font_scaling": "labs",
|
"feature_font_scaling": "labs",
|
||||||
"feature_pinning": "labs",
|
"feature_pinning": "labs",
|
||||||
"feature_custom_status": "labs",
|
"feature_custom_status": "labs",
|
||||||
|
Loading…
Reference in New Issue
Block a user