Documentation

Settings

Inside any plugin, the this.opts object with the editor settings is always available.

You can access the settings object data like this:

var value = this.opts.editor.classname;
var value = this.opts.image.upload;
var value = this.opts.source;