From 37e98b77826add174c3a5ddd44fe95c1977e4c7b Mon Sep 17 00:00:00 2001 From: Edward Oliveira Date: Sun, 8 Oct 2023 18:23:39 -0700 Subject: [PATCH] =?UTF-8?q?Adiciona=20op=C3=A7=C3=A3o=20de=20remover=20for?= =?UTF-8?q?mata=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/__global/js/tinymce/index.js | 1 + 1 file changed, 1 insertion(+) 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',