From 8e09ebf851d79d40cc392934df7c6de7c9eb7919 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 13 Jun 2024 17:49:00 +0200 Subject: [PATCH 1/2] [DS-1310] Add and enable the CKEditor 5 Paste Filter module --- composer.json | 1 + openy.info.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/composer.json b/composer.json index a4da2cb1d7..71b4d851fa 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "drupal/blazy": "^2.4", "drupal/captcha": "^1.10 || ^2.0 || ^2.0@beta", "drupal/ckeditor5_font": "^1.1@beta", + "drupal/ckeditor5_paste_filter": "^1.0", "drupal/ckeditor_bootstrap_buttons": "^1.2 || ^2.0.0", "drupal/ckeditor_font": "^1", "drupal/color": "^1.0", diff --git a/openy.info.yml b/openy.info.yml index 8a337fdd96..98524ccf93 100644 --- a/openy.info.yml +++ b/openy.info.yml @@ -51,6 +51,7 @@ dependencies: - admin_toolbar:admin_toolbar_tools - captcha:captcha - ckeditor_bootstrap_buttons:ckeditor_bootstrap_buttons + - ckeditor5_paste_filter:ckeditor5_paste_filter - editor_advanced_link:editor_advanced_link - features:features - image_captcha:image_captcha From 61ff2e3312564cbafffcd0cc58d02e83efe8f11e Mon Sep 17 00:00:00 2001 From: Andrii Podanenko Date: Thu, 20 Jun 2024 14:32:53 +0300 Subject: [PATCH 2/2] Update composer.json Caused-by: https://github.com/open-y-subprojects/openy_features/releases/tag/3.3.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 71b4d851fa..39457b761c 100644 --- a/composer.json +++ b/composer.json @@ -136,7 +136,7 @@ "open-y-subprojects/openy_content_core": "^3.0", "open-y-subprojects/openy_custom": "^2.6.0", "open-y-subprojects/openy_daxko_gxp_syncer": "^1.2", - "open-y-subprojects/openy_features": "^3.3.0", + "open-y-subprojects/openy_features": "^3.3.1", "open-y-subprojects/openy_focal_point": "^1.0", "open-y-subprojects/openy_hours_formatter": "^2.0", "open-y-subprojects/openy_map": "^5.2",