chore(ckeditor5): first integration into client (WIP)

This commit is contained in:
Elian Doran
2025-05-03 12:39:34 +03:00
parent ba67812101
commit e1af7eba93
14 changed files with 93 additions and 134 deletions

View File

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