Open ebryn opened 9 years ago
Something like the following will disable the toolbar.
let config = {};
if(this.disableToolbar) {
config.removePlugins = 'toolbar';
}
let editor = this._editor = CKEDITOR.replace(textarea, config);
It doesn't address how to enable #1 though
See #1