Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure plugins are dynamically loaded in CKEditor 5
With the new installation format of CKEditor, plugins are no longer automatically unwrapped when the editor is instantiated. Instead, we must explicitly load plugins or `extraPlugins` and provide a reference to the loaded class. This change ensures that all required plugins are properly registered before initialization, preventing missing plugin errors and maintaining expected functionality.
- Loading branch information