Skip to content

Commit

Permalink
chore: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
xjiang-at-wiris committed Dec 2, 2024
1 parent 5c2b21f commit 8108c12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 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 All @@ -37,6 +38,7 @@ ClassicEditor.create(document.querySelector("#editor"), {
"alignment:right",
"sourceEditing",
],

// language: 'de',
// mathTypeParameters: {
// editorParameters: { language: 'es' }, // MathType config, including language
Expand All @@ -59,6 +61,7 @@ ClassicEditor.create(document.querySelector("#editor"), {
});

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

0 comments on commit 8108c12

Please sign in to comment.