How do I remove the branding from tinymce? (Where it says 'Powered by tinymce')
Initialize the editor as follows:
tinymce.init({
selector: '#tinymce',
branding: false
});
Initialize the editor as follows:
tinymce.init({
selector: '#tinymce',
branding: false
});