Removed CKEditor 5 because it was of little use and doubled the code size of root.js

Word wrap and Save to code editor.
This commit is contained in:
Tomas Bures 2018-11-22 15:21:15 +01:00
parent a993c06aaf
commit 3bb235a585
12 changed files with 417 additions and 82 deletions

View file

@ -61,7 +61,7 @@ const langCodes = {
}
}
langCodes.en = langCodes.en_US;
langCodes.en = langCodes['en-US'] = langCodes.en_US;
module.exports.convertToFake = convertToFake;
module.exports.langCodes = langCodes;