mirror of
https://github.com/Damillora/Altessimo
synced 2024-11-22 13:57:31 +00:00
6 lines
317 B
JavaScript
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',
|
|
}); |