chore(ckeditor5): integrate building of ballon & decoupled

This commit is contained in:
Elian Doran
2025-05-03 12:14:45 +03:00
parent 0e95149daa
commit ba67812101
8 changed files with 98 additions and 184 deletions

View File

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