X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FAnnotation%2FCKEditorPlugin.php;h=155d5dd496108e8a5fb123d499860fcf147b3b1a;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=3b4c2c58445462e1ffe99c84a662fb7eb7949e11;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php b/web/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php index 3b4c2c584..155d5dd49 100644 --- a/web/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php +++ b/web/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;