Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / ckeditor / src / Annotation / CKEditorPlugin.php
index 3b4c2c58445462e1ffe99c84a662fb7eb7949e11..155d5dd496108e8a5fb123d499860fcf147b3b1a 100644 (file)
@@ -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;