From 38923cf945750fbc6fb0cc99d1b621e94ccea6fe Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Wed, 1 Dec 2021 14:06:20 +0100 Subject: [PATCH] DOC: Add ckeditor section to dependencies --- DEPENDENCIES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index c6043d09..f3e1d170 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -24,5 +24,12 @@ * proj4js-2.5.0 * Proj4Leaflet-1.0.1 +## 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 + editor plugins. Please refer to the `package.json` within + `libs/ckeditor...zip` for a full list of said plugins. + ## For testing * qunit-2.9.2 -- GitLab