I'm using the TinyMCE 4.0.11 and it seems there is a Problem with the TinyMCE, because it adds a "data-mce-src" attribute to the img tag, which overwrites the "src" attribute. If i add an image with src attribute set to "http://example.com/img.jpg", the data-mce-src attribute contains "/http://example.com/img.jpg" with the "/" at the beginning. How can i prevent the tinymce adding the data-mce-src attribute?
I tried the following options for the TinyMCE configuration:
- relative_urls: false,
- inline: false,
- content_css: false,
- convert_urls: false
Nothing fixed the problem.
mce-*attributes are only for handling. Have you an smart example? - Adrian Preuss