fix(ckeditor): mentions not working in attribute editor

This commit is contained in:
Elian Doran
2025-05-06 19:42:32 +03:00
parent ff0a24df55
commit 72dced679d
3 changed files with 5 additions and 6 deletions

View File

@@ -52,7 +52,8 @@ const EXTERNAL_PLUGINS: typeof Plugin[] = [
export const CORE_PLUGINS: typeof Plugin[] = [
Clipboard, Enter, SelectAll,
ShiftEnter, Typing, Undo,
Paragraph
Paragraph,
Mention
];
export const COMMON_PLUGINS: typeof Plugin[] = [
@@ -107,7 +108,6 @@ export const COMMON_PLUGINS: typeof Plugin[] = [
SpecialCharacters,
SpecialCharactersEssentials,
FindAndReplace,
Mention,
PageBreak,
GeneralHtmlSupport,
TextPartLanguage,