Merge pull request #4942 from artoscinote/ma_SCI_7886

Disable all TinyMCE context menus [SCI-7886]
This commit is contained in:
artoscinote 2023-02-07 13:10:12 +01:00 committed by GitHub
commit 1a8cacaeb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,