gerd.element: added latex + video rooms support
This commit is contained in:
parent
7e94a0e80c
commit
ce4d807d53
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,11 @@ let
|
||||||
|
|
||||||
brand = config.mine.shared.settings.brand;
|
brand = config.mine.shared.settings.brand;
|
||||||
default_theme = "dark";
|
default_theme = "dark";
|
||||||
features.feature_latex_maths = true;
|
|
||||||
|
features = {
|
||||||
|
feature_latex_maths = true;
|
||||||
|
feature_video_rooms = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue