fix CKEDITOR.config

add:
clipboard_notificationDuration
colorButton_colorsPerRow
colorButton_enableAutomatic
colorButton_normalizeBackground
This commit is contained in:
takuya hatadani
2017-11-16 15:59:29 +09:00
parent 08da8b8a66
commit 3bb5a9fc5f

View File

@@ -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;