Skip to content

Commit

Permalink
imp: Remove the TinyMCE emoji plugin
Browse files Browse the repository at this point in the history
It's quite heavy and not really useful in a context of helpdesk.
  • Loading branch information
marien-probesys committed Mar 17, 2023
1 parent 8ace6a3 commit b49cd73
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions assets/javascripts/controllers/tinymce_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default class extends Controller {
skin: colorScheme === 'light' ? 'oxide' : 'oxide-dark',
content_css: colorScheme === 'light' ? 'default' : 'dark',
language,
plugins: 'emoticons lists link image autoresize',
toolbar: 'bold italic | numlist bullist | link unlink image emoticons',
plugins: 'lists link image autoresize',
toolbar: 'bold italic | numlist bullist | link unlink image',
min_height: 250,
autoresize_bottom_margin: 10,
menubar: false,
Expand Down
1 change: 0 additions & 1 deletion public/tinymce/plugins/emoticons/js/emojiimages.js

This file was deleted.

3 changes: 0 additions & 3 deletions public/tinymce/plugins/emoticons/js/emojiimages.min.js

This file was deleted.

1 change: 0 additions & 1 deletion public/tinymce/plugins/emoticons/js/emojis.js

This file was deleted.

2 changes: 0 additions & 2 deletions public/tinymce/plugins/emoticons/js/emojis.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions public/tinymce/plugins/emoticons/plugin.min.js

This file was deleted.

0 comments on commit b49cd73

Please sign in to comment.