ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.66k stars 3.7k forks source link

Modify figure block to nested div for ckeditor5 elements #15871

Open pramod784 opened 9 months ago

pramod784 commented 9 months ago

📝 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

himanshuchaurasia1993 commented 9 months ago

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

15852539726 commented 8 months ago

Even i am facing the same issue