Aloha.settings.plugins.image: {
config: [ 'img' ], // enable the plugin
editables: {
'#my-editable': [ ] // disable the plugin for the editable with ID my-editable
}
};
Aloha.plugins.image = {
'maxWidth': 1600,
'minWidth': 3,
.....