Skip to content

Commit

Permalink
fix(mail(js)): remove WebSpellChecker Dialog plugin from CKEditor
Browse files Browse the repository at this point in the history
This module has reached its End-Of-Life (2021-12-31).

See https://ckeditor.com/cke4/addon/wsc
  • Loading branch information
cgx committed Jan 19, 2022
1 parent 75bf551 commit 54d3f33
Show file tree
Hide file tree
Showing 56 changed files with 89 additions and 421 deletions.
8 changes: 4 additions & 4 deletions UI/WebServerResources/js/vendor/ckeditor/build-config.js
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2022, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/license
*/

Expand All @@ -13,10 +13,10 @@
* (1) https://ckeditor.com/cke4/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) https://ckeditor.com/cke4/builder/7cfefa1022da20400e88f4be1ff5d9aa
* (2) https://ckeditor.com/cke4/builder/acf2245bc8f973c4bfca596a4d21071b
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) https://ckeditor.com/cke4/builder/download/7cfefa1022da20400e88f4be1ff5d9aa
* (3) https://ckeditor.com/cke4/builder/download/acf2245bc8f973c4bfca596a4d21071b
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
Expand Down Expand Up @@ -99,12 +99,12 @@ var CKBUILDER_CONFIG = {
'toolbar' : 1,
'undo' : 1,
'uploadimage' : 1,
'wsc' : 1,
'wysiwygarea' : 1
},
languages : {
'ar' : 1,
'bg' : 1,
'bs' : 1,
'ca' : 1,
'cs' : 1,
'cy' : 1,
Expand Down
7 changes: 2 additions & 5 deletions UI/WebServerResources/js/vendor/ckeditor/ckeditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/ckeditor/lang/ar.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/ckeditor/lang/bg.js

Large diffs are not rendered by default.

0 comments on commit 54d3f33

Please sign in to comment.