mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
chore(ckeditor): update to 44.4.0
This commit is contained in:
@@ -134,7 +134,8 @@ const editorConfig = {
|
||||
items: []
|
||||
},
|
||||
placeholder: t("attribute_editor.placeholder"),
|
||||
mention: mentionSetup
|
||||
mention: mentionSetup,
|
||||
licenseKey: "GPL"
|
||||
};
|
||||
|
||||
type AttributeCommandNames = FilteredCommandNames<CommandData>;
|
||||
|
||||
@@ -205,7 +205,8 @@ export default class EditableTextTypeWidget extends AbstractTextTypeWidget {
|
||||
styles: true,
|
||||
classes: true,
|
||||
attributes: true
|
||||
}
|
||||
},
|
||||
licenseKey: "GPL"
|
||||
};
|
||||
|
||||
const contentLanguage = this.note?.getLabelValue("language");
|
||||
|
||||
Reference in New Issue
Block a user