diff --git a/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php b/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php index 3b4c2c58445..155d5dd4961 100644 --- a/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php +++ b/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php @@ -24,6 +24,10 @@ class CKEditorPlugin extends Plugin { /** * The plugin ID. * + * This MUST match the name of the CKEditor plugin itself (written in + * JavaScript). Otherwise CKEditor will throw JavaScript errors when it runs, + * because it fails to load this CKEditor plugin. + * * @var string */ public $id;