mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
feat: lists, visualblocks and custom toolbar in TinyMCE editor
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
tinymce.init({
|
||||
selector: '#postBody',
|
||||
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%',
|
||||
height: '100%',
|
||||
setup: function (editor) {
|
||||
|
||||
Reference in New Issue
Block a user