mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user