I would like to modify the rendered result of ckeditor placeholder plugin and here s the different manipulations i ve tried:
I need to display the cke_placeholder class and a data-type attribute to the source code of the placeholder rendered (example below)
<span class="cke_placeholder" data-type=1>[[content]]</span>)
Eventually, it worked by only manipulating plugin.js file. I suppose it was a cache problem