Please excuse my English (google translate). I am using FOSCKEditorBundle with easyadmin 4. For my rendering to be really identical to that of my site, the value of the textarea must be surrounded by two divs, like this:
<section id="sectInterne">
<article class="artInterne">
{{ value }}
</article>
</section>
To test, I modified the ckeditor_widget.html.twig file and it works fine as I want. Of course this is not the right method, since the added code is saved in db when I save and in addition my modification would be overwritten during updates. So how could I encapsulate the content of my textarea in html code ?
Thank you for your help