mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Changes to config interface
This commit is contained in:
Vendored
+13
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user