mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 08:14:17 +08:00
Merge pull request #4942 from artoscinote/ma_SCI_7886
Disable all TinyMCE context menus [SCI-7886]
This commit is contained in:
commit
1a8cacaeb8
1 changed files with 1 additions and 0 deletions
1
app/javascript/packs/tiny_mce.js
vendored
1
app/javascript/packs/tiny_mce.js
vendored
|
@ -219,6 +219,7 @@ window.TinyMCE = (() => {
|
|||
menubar: 'file edit view insert format table',
|
||||
toolbar: window.customTinyMceToolbar || 'undo redo restoredraft | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | table | link | forecolor backcolor | codesample | customimageuploader marvinjs | help',
|
||||
plugins,
|
||||
contextmenu: '',
|
||||
autoresize_bottom_margin: 20,
|
||||
placeholder: options.placeholder,
|
||||
toolbar_sticky: true,
|
||||
|
|
Loading…
Reference in a new issue