diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2022-09-26 09:26:53 +0000 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2022-09-26 09:26:53 +0000 |
| commit | ea5f1937b62603fea6041dd2390185cf6c2ece42 (patch) | |
| tree | 24996897d2b1574152ea59277e15c827c178ddc2 /resources/assets/javascripts/chunks | |
| parent | ec684bbd1629803bee4c15faf78c9997aaf7daf5 (diff) | |
Biest 1539
Closes #1539
Merge request studip/studip!955
Diffstat (limited to 'resources/assets/javascripts/chunks')
| -rw-r--r-- | resources/assets/javascripts/chunks/wysiwyg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/javascripts/chunks/wysiwyg.js b/resources/assets/javascripts/chunks/wysiwyg.js index a151751..2d1e753 100644 --- a/resources/assets/javascripts/chunks/wysiwyg.js +++ b/resources/assets/javascripts/chunks/wysiwyg.js @@ -155,8 +155,6 @@ ClassicEditor.defaultConfig = { 'codeBlock', 'math', 'studip-wiki', - '|', - 'sourceEditing', '-', 'heading', '|', @@ -184,6 +182,8 @@ ClassicEditor.defaultConfig = { 'indent', '|', 'open-a11y-dialog', + '|', + 'sourceEditing', ], shouldNotGroupWhenFull: true, }, |
