You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
This commit is contained in:
@@ -23,10 +23,14 @@ import Notifier from './Notifier';
|
||||
* TODO: Make things use this. This is all WIP - see UserSettings.js for usage.
|
||||
*/
|
||||
|
||||
/*
|
||||
* TODO: Find a way to translate the names of LABS_FEATURES. In other words, guarantee that languages were already loaded before building this array.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
LABS_FEATURES: [
|
||||
{
|
||||
name: 'New Composer & Autocomplete',
|
||||
name: "New Composer & Autocomplete",
|
||||
id: 'rich_text_editor',
|
||||
default: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user