From 94871b21bcbb24fdc1a78e5602c41cc74605c3a9 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 18 Mar 2022 23:13:14 +0300 Subject: [PATCH] remove premium tinymce tools --- modules/ui/notes-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/notes-editor.js b/modules/ui/notes-editor.js index 872437fa..b985a5e8 100644 --- a/modules/ui/notes-editor.js +++ b/modules/ui/notes-editor.js @@ -86,8 +86,8 @@ function editNotes(id, name) { selector: "#notesLegend", height: "90%", menubar: false, - plugins: `autolink lists link charmap print formatpainter casechange code fullscreen image link media table paste hr checklist wordcount`, - toolbar: `code | undo redo | bold italic strikethrough | forecolor backcolor | formatpainter removeformat | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image media table | fontselect fontsizeselect | blockquote hr casechange checklist charmap | print fullscreen`, + plugins: `autolink lists link charmap print code fullscreen image link media table paste hr wordcount`, + toolbar: `code | undo redo | removeformat | bold italic strikethrough | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image media table | fontselect fontsizeselect | blockquote hr charmap | print fullscreen`, media_alt_source: false, media_poster: false, setup: editor => {