mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
chore(ckeditor5): integrate building of ballon & decoupled
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user