remove premium tinymce tools

This commit is contained in:
Azgaar 2022-03-18 23:13:14 +03:00
parent bc02850cf7
commit 94871b21bc

View file

@ -86,8 +86,8 @@ function editNotes(id, name) {
selector: "#notesLegend", selector: "#notesLegend",
height: "90%", height: "90%",
menubar: false, menubar: false,
plugins: `autolink lists link charmap print formatpainter casechange code fullscreen image link media table paste hr checklist wordcount`, plugins: `autolink lists link charmap print code fullscreen image link media table paste hr 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`, 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_alt_source: false,
media_poster: false, media_poster: false,
setup: editor => { setup: editor => {