chore(ckeditor5): integrate basic plugins

This commit is contained in:
Elian Doran
2025-05-03 12:59:35 +03:00
parent e1af7eba93
commit 8cc8dc2582
5 changed files with 5 additions and 37 deletions

View File

@@ -1,3 +1,2 @@
export { EditorWatchdog } from "ckeditor5";
export { default as BalloonEditor } from "./ckeditor_balloon.js";
export { default as DecoupledEditor } from "./ckeditor_decoupled.js";
export { EditorWatchdog, BalloonEditor, DecoupledEditor } from "ckeditor5";
export * from "./plugins.js";