FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
516 stars 83 forks source link

[doc] Impossible to load asynchronously #238

Open nytope opened 2 years ago

nytope commented 2 years ago

The documentation says that to load CKEditor asynchronously, we need "form_javascript" function from IvoryFormExtraBundle. However, IvoryFormExtraBundle is not compatible with symfony 4. Is there another way to load CKEditor asynchronously, or de we have to remove this feature ?

Edit : It is possible to load CKEditor asynchronously if we just create "form_javascript" twig function ourself. Do you want me to update the documentation ?