mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 12:46:36 +08:00
fix CKEDITOR.config
add: clipboard_notificationDuration colorButton_colorsPerRow colorButton_enableAutomatic colorButton_normalizeBackground
This commit is contained in:
4
types/ckeditor/index.d.ts
vendored
4
types/ckeditor/index.d.ts
vendored
@@ -602,13 +602,17 @@ declare namespace CKEDITOR {
|
||||
browserContextMenuOnCtrl?: boolean;
|
||||
|
||||
clipboard_defaultContentType?: string; // html | text
|
||||
clipboard_notificationDuration?: number;
|
||||
codeSnippet_codeClass?: string;
|
||||
codeSnippet_languages?: Object;
|
||||
coceSnippet_theme?: string;
|
||||
colorButton_backStyle?: config.styleObject;
|
||||
colorButton_colors?: string;
|
||||
colorButton_colorsPerRow?: number;
|
||||
colorButton_enableAutomatic?: boolean;
|
||||
colorButton_enableMore?: boolean;
|
||||
colorButton_foreStyle?: config.styleObject;
|
||||
colorButton_normalizeBackground?: boolean;
|
||||
contentsCss?: string | string[];
|
||||
contentsLangDirection?: string;
|
||||
contentsLanguage?: string;
|
||||
|
||||
Reference in New Issue
Block a user