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).
This commit is contained in:
Andy Mehalick
2015-11-19 19:17:39 -05:00
parent 16134c168d
commit 1bd969555c
+1
View File
@@ -564,6 +564,7 @@ declare module CKEDITOR {
colorButton_enableMore?: boolean;
colorButton_colors?: string;
contentsCss?: string | string[];
contentsLangDirection?: string;
customConfig?: string;
extraPlugins?: string;
font_names?: string;