Skip to content

Commit 59471fb

Browse files
xjiang-at-wirisjgonzalez-at-wiris
authored andcommitted
feat: add licenseKey for CK5 setup in VUE demo
1 parent af9dcba commit 59471fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/vue/ckeditor5/src/App.vue

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const content = Generic.editorContentMathML;
3232
const toolbar = ["bold", "italic", "link", "undo", "redo", "MathType", "ChemType", "sourceEditing"];
3333
const plugins = [Essentials, Bold, Italic, Link, Paragraph, MathType, SourceEditing];
3434
const editorConfig = {
35+
licenseKey: 'GPL',
3536
iframe: true,
3637
charCounterCount: false,
3738
plugins,

0 commit comments

Comments
 (0)