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