mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
feat: lists, visualblocks and custom toolbar in TinyMCE editor
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user