如何从 tinymce 中删除品牌? (它说 'Powered by tinymce')

How do I remove the branding from tinymce? (Where it says 'Powered by tinymce')

如何删除 tinymce 编辑器底部显示 'Powered by TinyMCE' 的品牌?

初始化编辑器如下:

tinymce.init({
            selector: '#tinymce',
            branding: false
        });