Skip to content

Commit

Permalink
#4034: TinyMCE to use browser native fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed Mar 20, 2024
1 parent 97ea2a3 commit 54797a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/janeway_global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@ def __len__(self):
TINYMCE_DEFAULT_CONFIG = {
"width": "100%",
"min-height": "300px",
"resize": "height",
"resize": True,
"fullscreen_native": True,
"promotion": False,
"branding": False,
"menubar": "edit view insert format tools table help",
Expand Down

0 comments on commit 54797a0

Please # to comment.