Skip to content

Commit 8a4a6c4

Browse files
committed
Pass license key to tiny mce
1 parent e938cb7 commit 8a4a6c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/ts/components/Editor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export const Editor = defineComponent({
5757
plugins: mergePlugins(conf.plugins, props.plugins),
5858
toolbar: props.toolbar || (conf.toolbar),
5959
inline: inlineEditor,
60+
license_key: props.licenseKey,
6061
setup: (editor: TinyMCEEditor) => {
6162
vueEditor = editor;
6263
editor.on('init', (e: EditorEvent<any>) => initEditor(e, props, ctx, editor, modelValue, content));

0 commit comments

Comments
 (0)