Issue #3001029 by frob, Wim Leers: Improve the documentation of the @CKEditorPlugin plugin type annotation

8.7.x
Lauri Eskola 2018-10-05 14:19:27 +03:00
parent 6b623b4e08
commit 6eb60a3669
No known key found for this signature in database
GPG Key ID: 40F093680B4404E6
1 changed files with 4 additions and 0 deletions

View 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;