Issue #3001029 by frob, Wim Leers: Improve the documentation of the @CKEditorPlugin plugin type annotation
parent
6b623b4e08
commit
6eb60a3669
|
@ -24,6 +24,10 @@ class CKEditorPlugin extends Plugin {
|
||||||
/**
|
/**
|
||||||
* The plugin ID.
|
* 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
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
|
|
Loading…
Reference in New Issue