Excuse my bad english.
I am using FOSCKEditorBundle bundle with easyadmin 4 in symfony 6. I can't override the ckeditor_widget.html.twig file as shown on this documentation:
https://symfony.com/bundles/FOSCKEditorBundle/current/usage/append-javascript.html
The original file lies for me here : C:\wamp\www\monsite\vendor\friendsofsymfony\ckeditor-bundle\src\Resources\views\Form\ckeditor_widget.html.twig
I created the file for overloaded at this address: C:\wamp\www\monsite\Ressources\views\Form\ckeditor_widget.html.twig
And in my file : C:\wamp\www\monsite\config\packages\fos_ckeditor.yaml, i added this:
twig:
form_themes:
- "::Form/ckeditor_widget.html.twig"
But nothing to do, it is always the original file that is taken into account.
Is it in fos_ckeditor.yaml that you have to indicate the path to the theme ?
Do you see something wrong ? Maybe I'm wrong in the location of the new ckeditor_widget.html.twig file... I admit that I don't quite understand the paths indicated.
Thanks