chore(ckeditor): update to 44.4.0

This commit is contained in:
Elian Doran
2025-05-07 15:44:23 +03:00
parent a9a3550dbf
commit f8e644acd7
8 changed files with 17 additions and 15 deletions

View File

@@ -134,7 +134,8 @@ const editorConfig = {
items: []
},
placeholder: t("attribute_editor.placeholder"),
mention: mentionSetup
mention: mentionSetup,
licenseKey: "GPL"
};
type AttributeCommandNames = FilteredCommandNames<CommandData>;