Commit 2995566a authored by Balint Pekker's avatar Balint Pekker Committed by ufku
Browse files

Issue #3324281: Removed unnecessary label property from plugin definition

parent 018aa5dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ use Drupal\ckeditor5\Plugin\CKEditor5PluginDefault;
 *
 * @CKEditor5Plugin(
 *   id = "imce_image",
 *   label = "Imce Image",
 *   ckeditor5 = @CKEditor5AspectsOfCKEditor5Plugin(
 *     plugins = { "imce.ImceImage" },
 *   ),
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ use Drupal\ckeditor5\Plugin\CKEditor5PluginDefault;
 *
 * @CKEditor5Plugin(
 *   id = "imce_link",
 *   label = "Imce Link",
 *   ckeditor5 = @CKEditor5AspectsOfCKEditor5Plugin(
 *     plugins = { "imce.ImceLink" },
 *   ),
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ use Drupal\ckeditor5\Plugin\CKEditor5PluginDefault;
 *
 * @CKEditor5Plugin(
 *   id = "imce_selector",
 *   label = "Imce Selector",
 *   ckeditor5 = @CKEditor5AspectsOfCKEditor5Plugin(
 *     plugins = { "imce.ImceSelector" },
 *   ),