From 7c057bbc485f0bbea0982325c56c7f8e10701b5e Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Fri, 26 Jul 2024 12:00:42 +0200 Subject: [PATCH] install ckeditor from local forked repo --- cds/modules/theme/webpack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/modules/theme/webpack.py b/cds/modules/theme/webpack.py index ea2a0a2f2..accfaac48 100644 --- a/cds/modules/theme/webpack.py +++ b/cds/modules/theme/webpack.py @@ -93,7 +93,7 @@ "font-awesome": "~4.5.0", "ngmodal": "~2.0.1", "cds": "~0.2.0", - "angular-schema-form-ckeditor": "git+https://github.com/webcanvas/angular-schema-form-ckeditor.git#b213fa934759a18b1436e23bfcbd9f0f730f1296", + "angular-schema-form-ckeditor": "git+https://github.com/CERNDocumentServer/cds-videos-angular-schema-ckeditor", "ckeditor": "4.12.1", "rr-ng-ckeditor": "~0.2.1", },