Add labs flag for alternate message layouts

This commit is contained in:
Jorik Schellekens 2020-04-23 19:12:10 +01:00
parent 3e21483b82
commit 4f7081fc2b
3 changed files with 6 additions and 0 deletions

View File

@ -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",

View File

@ -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

View File

@ -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",