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>;

View File

@@ -205,7 +205,8 @@ export default class EditableTextTypeWidget extends AbstractTextTypeWidget {
styles: true,
classes: true,
attributes: true
}
},
licenseKey: "GPL"
};
const contentLanguage = this.note?.getLabelValue("language");