From fe92aa252c8e90161de9d1a4430814fdaf4cae02 Mon Sep 17 00:00:00 2001 From: rushi216 Date: Tue, 22 Sep 2015 17:05:34 +0530 Subject: [PATCH] added extraPlugins property on configuration object --- ckeditor/ckeditor.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ckeditor/ckeditor.d.ts b/ckeditor/ckeditor.d.ts index 3bb90c7604..37e6094841 100644 --- a/ckeditor/ckeditor.d.ts +++ b/ckeditor/ckeditor.d.ts @@ -572,6 +572,7 @@ declare module CKEDITOR { colorButton_colors?: string; startupFocus?: boolean; on?: any; + extraPlugins?: string; }