I have to remove some buttons from the tinyMCE 5 Editor.
How can I control which buttons are being shown?
I can't find anything in the documentation.
This is my init code:
tinymce.init({
selector: 'textarea.property_remark'
,branding: true
,menubar: false
,statusbar: true
,toolbar: true
});