mirror of https://github.com/vector-im/riot-web
lint
parent
8c9846efc1
commit
9c6953f176
|
@ -116,7 +116,8 @@ export const SETTINGS = {
|
||||||
},
|
},
|
||||||
"feature_cider_composer": {
|
"feature_cider_composer": {
|
||||||
isFeature: true,
|
isFeature: true,
|
||||||
displayName: _td("Use the new, faster, but still experimental composer for writing messages (requires refresh)"),
|
displayName: _td("Use the new, faster, but still experimental composer " +
|
||||||
|
"for writing messages (requires refresh)"),
|
||||||
supportedLevels: LEVELS_FEATURE,
|
supportedLevels: LEVELS_FEATURE,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue