From e7e27fe6b6eadf03073d32e3b3edb955d322bea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 21 Feb 2025 21:18:26 -0500 Subject: [PATCH] Include fakeobjects in composer since we have it installed It does work with CKEditor5, whatever its supposed to do. https://www.drupal.org/project/fakeobjects --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 6897a64..649ee5b 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,7 @@ "drupal/eva": "^3", "drupal/exif_orientation": "^1", "drupal/facets": "dev-3.0.x as 2.0.x-dev", + "drupal/fakeobjects": "^2", "drupal/field_defaults": "^2", "drupal/field_formatter_class": "^1", "drupal/field_token_value": "^3",