I'm trying to install the full package from CDEditor 4 to use it with easyadmin, but even if I manually install CKEditor, I keep the basic package on easyadmin.
In my fos_ckeditor, I just have:
fos_ck_editor:
base_path: "ckeditor"
js_path: "ckeditor/ckeditor.js"
twig:
form_themes:
- '@FOSCKEditor/Form/ckeditor_widget.html.twig'
I found this in the symfony documentation for FOSCkeditor. But I found nothing about easyadmin and custom CKEditor version.
Could anyone help me about that please?
Thank you so much