Update index.d.ts (#43013)

Added some of missing config fields
This commit is contained in:
bbcoma 2020-04-01 00:39:10 +02:00 committed by GitHub
parent 29563739dc
commit 527e669432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -655,6 +655,9 @@ declare namespace CKEDITOR {
easyimage_toolbar?: string[] | string;
emailProtection?: string;
embed_provider?: string;
emoji_emojiListUrl?: string;
emoji_minChars?: number;
enableContextMenu?: boolean;
enableTabKeyTools?: boolean;
enterMode?: number;
entities?: boolean;