Skip to content

Commit af9dcba

Browse files
xjiang-at-wirisjgonzalez-at-wiris
authored andcommitted
feat: add licenseKey for CK5 setup
1 parent 24feee2 commit af9dcba

File tree

1 file changed

+1
-0
lines changed
  • demos/html/ckeditor5/src

1 file changed

+1
-0
lines changed

demos/html/ckeditor5/src/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ window.editor = null;
2626

2727
// Create the CKEditor 5.
2828
ClassicEditor.create(document.querySelector("#editor"), {
29+
licenseKey: 'GPL',
2930
plugins: [Essentials, Paragraph, Bold, Italic, MathType, Alignment, SourceEditing],
3031
toolbar: [
3132
"bold",

0 commit comments

Comments
 (0)