1
0
mirror of https://github.com/Damillora/Altessimo synced 2024-11-22 13:57:31 +00:00
Altessimo/home/static/tinymce-init.js
2020-12-17 19:21:43 +07:00

6 lines
317 B
JavaScript

tinymce.init({
selector: '.tm-textfield', // change this value according to your HTML
menubar: false,
plugins: 'advlist lists link',
toolbar: 'undo redo | styleselect | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist | link',
});