latex math as labs setting
This commit is contained in:
parent
919a1a8125
commit
96742fc309
4 changed files with 12 additions and 5 deletions
|
@ -116,6 +116,12 @@ export interface ISetting {
|
|||
}
|
||||
|
||||
export const SETTINGS: {[setting: string]: ISetting} = {
|
||||
"feature_latex_maths": {
|
||||
isFeature: true,
|
||||
displayName: _td("LaTeX math in messages"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_communities_v2_prototypes": {
|
||||
isFeature: true,
|
||||
displayName: _td(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue