From 80a85cf9648e7163d123225acc6cdd77d3e67331 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Mon, 7 Feb 2022 09:57:23 +0100 Subject: [PATCH] WIP: Re-phrase ckeditor dependency --- DEPENDENCIES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index f3e1d170..84257388 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. -- GitLab