Skip to content

Commit

Permalink
feat: add licenseKey for CK5 setup in VUE demo
Browse files Browse the repository at this point in the history
  • Loading branch information
xjiang-at-wiris authored and jgonzalez-at-wiris committed Dec 10, 2024
1 parent af9dcba commit 59471fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/vue/ckeditor5/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const content = Generic.editorContentMathML;
const toolbar = ["bold", "italic", "link", "undo", "redo", "MathType", "ChemType", "sourceEditing"];
const plugins = [Essentials, Bold, Italic, Link, Paragraph, MathType, SourceEditing];
const editorConfig = {
licenseKey: 'GPL',
iframe: true,
charCounterCount: false,
plugins,
Expand Down

0 comments on commit 59471fb

Please sign in to comment.