Like the title of this topic, I want to know how I can remove the "create div" button.
I've tried by remove "CreateDiv" in /_source/plugins/plugin.js on line 434, but that doesn't work. Google doesn't also know how to do it.
Can someone help me out?
I've tried by remove "CreateDiv" in /_source/plugins/plugin.js on line 434, but that doesn't work. Google doesn't also know how to do it.
Can someone help me out?
Re: How do I remove the "Create div" button?
juste remove 'CreateDiv'
Re: How do I remove the "Create div" button?
You mean "config.removePlugins = 'CreateDiv';"? Already tried that.
Re: How do I remove the "Create div" button?
Re: How do I remove the "Create div" button?
Ok, thanks.