feat(ckeditor): allow use of GPL license

This commit is contained in:
Elian Doran
2025-06-19 18:53:39 +03:00
parent b809137c93
commit e280968271
4 changed files with 25 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import "ckeditor5/ckeditor5.css";
import "./theme/code_block_toolbar.css";
import { COMMON_PLUGINS, CORE_PLUGINS, POPUP_EDITOR_PLUGINS } from "./plugins";
import { COMMON_PLUGINS, CORE_PLUGINS, POPUP_EDITOR_PLUGINS, PREMIUM_PLUGINS } from "./plugins";
import { BalloonEditor, DecoupledEditor, FindAndReplaceEditing, FindCommand } from "ckeditor5";
import "./translation_overrides.js";
export { EditorWatchdog } from "ckeditor5";