1
0
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:
David Baker
2017-05-23 15:16:31 +01:00
parent 46bb29a3af
commit d419c42a4f
73 changed files with 4660 additions and 639 deletions

View File

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