mirror of https://github.com/vector-im/riot-web
Add labs flag for alternate message layouts
parent
3e21483b82
commit
4f7081fc2b
|
@ -26,6 +26,7 @@
|
|||
"defaultCountryCode": "GB",
|
||||
"showLabsSettings": false,
|
||||
"features": {
|
||||
"feature_alternate_message_layouts": "labs",
|
||||
"feature_font_scaling": "labs",
|
||||
"feature_pinning": "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
|
||||
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`)
|
||||
|
||||
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",
|
||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||||
"features": {
|
||||
"feature_alternate_message_layouts": "labs",
|
||||
"feature_font_scaling": "labs",
|
||||
"feature_pinning": "labs",
|
||||
"feature_custom_status": "labs",
|
||||
|
|
Loading…
Reference in New Issue