When Uploading a image through Redactor
Redactor will generate <img src="blablabla.png"/> tag
What if I want the tag is like:
<img class="myClass" src="blablabla.png"/>
How to do this?
I have viewed all the API and Callback but I didn't find any method to implement this.