From e975407fc6af126870f3f02cec99d77831055c0f Mon Sep 17 00:00:00 2001 From: szymon Date: Thu, 20 Oct 2022 10:59:12 +0200 Subject: [PATCH] styleselect to styles --- src/components/tinymce/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/tinymce/config.js b/src/components/tinymce/config.js index 3060e7f..9ba6b38 100644 --- a/src/components/tinymce/config.js +++ b/src/components/tinymce/config.js @@ -109,8 +109,9 @@ export default { plugins: ['advlist', 'lists', 'link', 'print', 'hr', 'code', 'table', 'contextmenu', 'emoticons', 'paste', 'textcolor', 'textpattern'], removed_menuitems: 'newdocument', toolbarxx: "undo redo | bold italic | bullist numlist outdent indent | alignleft aligncenter alignright alignjustify | link image forecolor backcolor", - toolbar1: 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | media | forecolor backcolor', + toolbar1: 'undo redo | styles | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | media | forecolor backcolor', toolbar2: '', menubar: true, + } \ No newline at end of file