diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index f3e1d1706dd8dd9bdbdab16377c2c75ed0299f7f..842573881b6ae49b2db3b7040bbb7ef5c7fae0e5 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -26,8 +26,8 @@ ## For CKEditor (WYSIWYG editor in edit mode) -* we're using a custom-built ckeditor 31.0.0 from - https://ckeditor.com/ckeditor-5/online-builder/ with a customized set of +* We're using a custom-built ckeditor 32.0.0 from [IndiScale's fork of CKEditor + 5](https://gitlab.indiscale.com/caosdb/src/ckeditor5) with a customized set of editor plugins. Please refer to the `package.json` within `libs/ckeditor...zip` for a full list of said plugins. diff --git a/Makefile b/Makefile index 5cca686319c617006007e4884cfb269796ac7af4..c209b5410f6e8111cac132ee55d4bebbb1a7426e 100644 --- a/Makefile +++ b/Makefile @@ -306,7 +306,7 @@ $(LIBS_DIR)/js/qrcode.js: unzip $(LIBS_DIR)/js ln -s $(LIBS_DIR)/qrcode-1.4.4/qrcode.min.js $@ $(LIBS_DIR)/js/ckeditor.js: unzip $(LIBS_DIR)/js - ln -s $(LIBS_DIR)/ckeditor5-31.0.0-k356w86hp13l/build/ckeditor.js $@ + ln -s $(LIBS_DIR)/ckeditor5-build-custom/build/ckeditor.js $@ $(addprefix $(LIBS_DIR)/, js css): diff --git a/libs/ckeditor5-31.0.0-k356w86hp13l.zip b/libs/ckeditor5-31.0.0-k356w86hp13l.zip deleted file mode 100644 index 71523482a2bdfa7c0a9776eeed7aa7be010e053b..0000000000000000000000000000000000000000 Binary files a/libs/ckeditor5-31.0.0-k356w86hp13l.zip and /dev/null differ diff --git a/libs/ckeditor5-build-custom.zip b/libs/ckeditor5-build-custom.zip new file mode 100644 index 0000000000000000000000000000000000000000..cb06441337f97369c1bc83e2b627bafa7b584b6f Binary files /dev/null and b/libs/ckeditor5-build-custom.zip differ