feat(editor): add style plugin

This commit is contained in:
Elian Doran 2025-03-13 14:01:16 +02:00
parent aac822cf80
commit 21658e62b4

View File

@ -54,6 +54,7 @@ import { GeneralHtmlSupport } from "@ckeditor/ckeditor5-html-support";
import Uploadfileplugin from "../../ckeditor5-file-upload/uploadfileplugin";
import { PageBreak } from '@ckeditor/ckeditor5-page-break';
import { TextPartLanguage } from "@ckeditor/ckeditor5-language";
import { Style } from "../../ckeditor5-style";
import MentionCustomization from './mention_customization';
import UploadimagePlugin from './uploadimage';
@ -143,6 +144,7 @@ export const COMMON_PLUGINS = [
PageBreak,
GeneralHtmlSupport,
TextPartLanguage,
Style,
// External plugins
Math,