Skip to content
Snippets Groups Projects
Commit e403a96e authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #1520

Closes #1520

Merge request studip/studip!953
parent 1af1e172
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment