From 4e83890c72c9a9edbec657180576b4d8dbfccb16 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Mon, 9 Oct 2023 18:02:35 +0300
Subject: [PATCH] Issue #3392696: Update CKEditor Media Embed Plugin from ~1.0
 to ~2.0 to support Drupal ~10.1.0

---
 composer.json | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/composer.json b/composer.json
index 4868fb1..e455d6b 100755
--- a/composer.json
+++ b/composer.json
@@ -69,10 +69,6 @@
     "enable-patching": true,
     "composer-exit-on-patch-failure": true,
     "patches": {
-      "drupal/ckeditor_media_embed": {
-        "Issue #2900313: Add ability to embed tweets and other rich content in WYSIWYG":
-        "https://www.drupal.org/files/issues/embed_rich_content_in_WYSIWYG-2900313-2.patch"
-      },
       "drupal/linkit": {
         "Issue #3158783: Links around media images break when edited, using Linkit and CKeditor":
         "https://www.drupal.org/files/issues/2023-04-25/3158783-24.patch",
-- 
GitLab