From ae08d9539d9ebcd2969abb6cce8f63758a9c5bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 24 Aug 2025 12:35:14 +0200 Subject: [PATCH] Fixed ckeditor loading --- assets/ckeditor/plugins/extendedMarkdown.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/ckeditor/plugins/extendedMarkdown.js b/assets/ckeditor/plugins/extendedMarkdown.js index a0800a24..fc861175 100644 --- a/assets/ckeditor/plugins/extendedMarkdown.js +++ b/assets/ckeditor/plugins/extendedMarkdown.js @@ -17,8 +17,7 @@ * along with this program. If not, see . */ -import { Plugin } from 'ckeditor5'; -import {MarkdownGfmDataProcessor} from 'ckeditor5'; +import { Plugin, MarkdownGfmDataProcessor } from 'ckeditor5'; const ALLOWED_TAGS = [ //Common elements