-
Notifications
You must be signed in to change notification settings - Fork 40
Update: CKEditor Build
indigoxela edited this page Aug 21, 2024
·
2 revisions
CAUTION: this documentation is outdated. With CKEditor 5 we're using npm instead.
- Visit http://ckeditor.com/builder.
- Upload the core/misc/ckeditor/build-config.js file to the site, indicating the plugins that are desired.
- Save/expand the downloaded archive.
- Remove the following files/directories from the expanded archive
-
README.md
, -
adapters
, -
config.js
, -
contents.css
, -
samples
, -
skins/moono-lisa/readme.md
, -
styles.js
,
-
- Copy the new files into core/misc/ckeditor/*.
- Double check that the
build-config.js
file retains 2 sections of code that are specific to Backdrop:- Docblock at the very top of the file
- Around line 60, list of files that need to be removed from the build
- Update the
define('CKEDITOR_VERSION', 'x.y.z');
line incore/modules/ckeditor/ckeditor.module
to reflect the new CKEditor version.