Skip to content

Commit

Permalink
Add license key to Editor component
Browse files Browse the repository at this point in the history
  • Loading branch information
Calneideck authored and kemister85 committed Oct 21, 2024
1 parent 907489c commit 31677e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/ts/components/Editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const Editor = defineComponent({
plugins: mergePlugins(conf.plugins, props.plugins),
toolbar: props.toolbar || (conf.toolbar),
inline: inlineEditor,
license_key: props.licenseKey,
setup: (editor: TinyMCEEditor) => {
vueEditor = editor;
editor.on('init', (e: EditorEvent<any>) => initEditor(e, props, ctx, editor, modelValue, content));
Expand Down

0 comments on commit 31677e8

Please sign in to comment.