Browse Source

Adiciona opção de remover formatação

pull/3637/merge
Edward Ribeiro 1 year ago
parent
commit
37e98b7782
  1. 1
      frontend/src/__global/js/tinymce/index.js

1
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',

Loading…
Cancel
Save