Thanks. I downloaded ckeditor5 custom build using the online builder and using imageblock with an upload adapter. Integrated with php application and writing script within view page.
on uploaded image I'm getting source as
<figure><img src:"uploaded path"></figure>
its is working fine but I want to change is as
Even i am facing the same issue, once i am able to change the structure of the code, the loader does not go away.
I think ckeditor5 has some bug in here
📝 Ask a question
Thanks. I downloaded ckeditor5 custom build using the online builder and using imageblock with an upload adapter. Integrated with php application and writing script within view page. on uploaded image I'm getting source as
<figure><img src:"uploaded path"></figure>
its is working fine but I want to change is as<div class="outerDiv"><div class:"InnerDiv"><img src:"uploaded path"></div></div>
could you please help