Skip to content

Commit

Permalink
feat: add licenseKey for CK5 setup
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 24feee2 commit af9dcba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/html/ckeditor5/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ window.editor = null;

// Create the CKEditor 5.
ClassicEditor.create(document.querySelector("#editor"), {
licenseKey: 'GPL',
plugins: [Essentials, Paragraph, Bold, Italic, MathType, Alignment, SourceEditing],
toolbar: [
"bold",
Expand Down

0 comments on commit af9dcba

Please sign in to comment.