From e403a96edca2c913ed201b09d58cf2df348d0076 Mon Sep 17 00:00:00 2001
From: Ron Lucke <lucke@elan-ev.de>
Date: Mon, 5 Sep 2022 09:34:29 +0000
Subject: [PATCH] fix #1520

Closes #1520

Merge request studip/studip!953
---
 .../assets/javascripts/chunks/wysiwyg.js      | 27 -------------------
 1 file changed, 27 deletions(-)

diff --git a/resources/assets/javascripts/chunks/wysiwyg.js b/resources/assets/javascripts/chunks/wysiwyg.js
index 48476afc19a..bc3f172e359 100644
--- a/resources/assets/javascripts/chunks/wysiwyg.js
+++ b/resources/assets/javascripts/chunks/wysiwyg.js
@@ -252,33 +252,6 @@ ClassicEditor.defaultConfig = {
     typing: {
         transformations: {
             remove: ['quotes'],
-            extra: [
-                { from: ':)', to: '🙂' },
-                { from: '(:', to: '🙃' },
-                { from: ':(', to: '🙁' },
-                { from: ':D', to: '😄' },
-                { from: 'C:', to: '😍' },
-                { from: ':P', to: '😜' },
-                { from: 'XD', to: '😂' },
-                { from: ':O', to: '😮' },
-                { from: '=O', to: '😲' },
-                { from: ';)', to: '😉' },
-                { from: ':S', to: '😟' },
-                { from: ':=(', to: '😭' },
-                { from: ":'(", to: '😢' },
-                { from: ':$', to: '😳' },
-                { from: ':X', to: '🤐' },
-                { from: '8)', to: '😎' },
-                { from: '<3', to: '❤️' },
-                { from: ':*', to: '😘' },
-                { from: ':+1:', to: '👍' },
-                { from: ':-1:', to: '👎' },
-                { from: ':rofl:', to: '🤣' },
-                { from: ':heart_eyes:', to: '😍' },
-                { from: ':sob:', to: '😭' },
-                { from: ':cry:', to: '😢' },
-                { from: ':fire:', to: '🔥' },
-            ],
         },
     },
     list: {
-- 
GitLab