diff --git a/frontend/src/__global/js/tinymce/index.js b/frontend/src/__global/js/tinymce/index.js index 99f94c14e..7dac1889e 100644 --- a/frontend/src/__global/js/tinymce/index.js +++ b/frontend/src/__global/js/tinymce/index.js @@ -20,6 +20,7 @@ window.initTextRichEditor = function (elements, readonly = false, paste_as_text language: 'pt_BR', branding: false, forced_root_block: 'p', + toolbar: "...| removeformat | ...", paste_as_text, plugins: 'table lists advlist link code', toolbar: 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link | code',