From c60c4fc3162af403e4b37d0f3db6e6b5bbe21614 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 30 Jun 2022 22:00:41 +0100
Subject: [PATCH] Issue #3291295 by Ishani Patel, Webbeh: Incorrect
 ckeditor5.plugin.media_media schema label

---
 core/modules/ckeditor5/config/schema/ckeditor5.schema.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml b/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml
index b7c670a6832c..c58dce3fed5b 100644
--- a/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml
+++ b/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml
@@ -127,7 +127,7 @@ ckeditor5.plugin.ckeditor5_list:
 # Plugin \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media
 ckeditor5.plugin.media_media:
   type: mapping
-  label: List
+  label: Media
   mapping:
     allow_view_mode_override:
       type: boolean
-- 
GitLab