Skip to content

Commit 0ea013a

Browse files
committed
Merge pull request DefinitelyTyped#6848 from andy-mehalick/master
ckeditor: added contentsLangDirection property
2 parents 5d10135 + 1bd9695 commit 0ea013a

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)