Changes to config interface

This commit is contained in:
mirogrenda
2014-10-15 11:45:32 +02:00
parent 7db7d750e1
commit e58b8d6c23
+13 -2
View File
@@ -552,9 +552,20 @@ declare module CKEDITOR {
interface config {
startupMode: string;
removeButtons: string;
startupMode?: string;
removeButtons?: string;
toolbar?: any;
skin?: string;
language?: string;
plugins?: string;
font_names?: string;
font_defaultLabel?: string;
fontSize_sizes?: string;
fontSize_defaultLabel?: string;
colorButton_enableMore?: boolean;
colorButton_colors?: string;
startupFocus?: boolean;
on?: any;
}