Skip to content

Commit 1bd9695

Browse files
committed
ckeditor: added contentsLangDirection property
Updated the ckeditor.config interface to add the missing contentsLangDirection string property (http://docs.ckeditor.com/source/config.html#CKEDITOR-config-cfg-contentsLangDirection).
1 parent 16134c1 commit 1bd9695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ckeditor/ckeditor.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ declare module CKEDITOR {
564564
colorButton_enableMore?: boolean;
565565
colorButton_colors?: string;
566566
contentsCss?: string | string[];
567+
contentsLangDirection?: string;
567568
customConfig?: string;
568569
extraPlugins?: string;
569570
font_names?: string;

0 commit comments

Comments
 (0)