diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-09-07 13:28:42 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-09-07 13:28:42 +0000 |
| commit | 93d99355de824a508c47e2cbb9c2296204d58e53 (patch) | |
| tree | 0421334edade5ef785b6ab3eb3d875739fee46c5 /resources/assets/javascripts/chunks | |
| parent | 04a62677dc83f7163f258fc0a989fe3e448747ec (diff) | |
Fix #1553
Closes #1553
Merge request studip/studip!976
Diffstat (limited to 'resources/assets/javascripts/chunks')
| -rw-r--r-- | resources/assets/javascripts/chunks/wysiwyg.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/assets/javascripts/chunks/wysiwyg.js b/resources/assets/javascripts/chunks/wysiwyg.js index 0ac0e4d..6f6544e 100644 --- a/resources/assets/javascripts/chunks/wysiwyg.js +++ b/resources/assets/javascripts/chunks/wysiwyg.js @@ -225,7 +225,6 @@ ClassicEditor.defaultConfig = { { model: 'heading4', view: 'h4', title: 'Heading 4', class: 'ck-heading_heading4' }, { model: 'heading5', view: 'h5', title: 'Heading 5', class: 'ck-heading_heading5' }, { model: 'heading6', view: 'h6', title: 'Heading 6', class: 'ck-heading_heading6' }, - { model: 'code', view: 'code', title: 'Code', class: 'ck-heading_code' }, ], }, table: { |
