@kth/kth-ckeditor-build
v5.0.0
Published
Custom build of the CKEditor for use in KTH websites.
Downloads
882
Readme
KTH CKEditor Build
This package contains a custom build of the CKEditor, specifically CKEditor 4. CKEditor 4 reached its end of life on June 30, 2023, and the open source version is no longer maintained. The last open source release was 4.22.1, which is the version used in this build. The KTH CKEditor Build is developed by KTH and includes custom plugins and configurations. It is no longer actively maintained.
Installation
npm install --save-dev @kth/kth-ckeditor-buildTo use it in your app build, copy files from node_modules/@kth/kth-ckeditor-build into your static asset output folder.
mkdir -p ./dist/js/ckeditor/plugins
cp -R ./node_modules/@kth/kth-ckeditor-build/cssOverrides/. ./dist/js/ckeditor
cp -R ./node_modules/@kth/kth-ckeditor-build/customConfig/customConfig.js ./dist/js/ckeditor
cp -R ./node_modules/@kth/kth-ckeditor-build/plugins/. ./dist/js/ckeditor/plugins
cp -R ./node_modules/@kth/kth-ckeditor-build/ckeditor/. ./dist/js/ckeditor[!TIP]
If the
customConfig.jsfile is not used, please ensure that theconfig.versionCheckproperty is set tofalsein your own configuration file to avoid a nagging message about the CKEditor version being out of date.
