Is there any way to add a class to an image other than obviously editing it directly in html? I hoped it was as easy as adding an entry into formatting options, but that doesn't work...
tools: [
{
name:
"formatting"
, width: 150, items: [
{ text:
"Image-Left"
, value:
".all-left"
, context:
"img"
},
]
}
]
No other way?