feat: lists, visualblocks and custom toolbar in TinyMCE editor

This commit is contained in:
Florian Sylvain
2024-06-14 08:37:13 +02:00
parent f46737399f
commit 727418c8e6
@@ -39,7 +39,8 @@
tinymce.init({ tinymce.init({
selector: '#postBody', selector: '#postBody',
promotion: false, promotion: false,
plugins: 'image', plugins: 'image lists visualblocks',
toolbar: 'undo redo | formatselect | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent | removeformat | image',
width: '100%', width: '100%',
height: '100%', height: '100%',
setup: function (editor) { setup: function (editor) {