X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fconfig.js;h=f3938d8966e601e422504ccbbd2de18a140dac8c;hp=e836125f32d8a50cb1dacdbc0e21df7135927db8;hb=f8fc585c18d287eb325c575596d183122486b641;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb diff --git a/_source/core/config.js b/_source/core/config.js index e836125..f3938d8 100644 --- a/_source/core/config.js +++ b/_source/core/config.js @@ -76,14 +76,18 @@ CKEDITOR.config = /** * The writting direction of the language used to write the editor - * contents. Allowed values are 'ltr' for Left-To-Right language (like - * English), or 'rtl' for Right-To-Left languages (like Arabic). - * @default 'ltr' + * contents. Allowed values are: + * + * @default 'ui' * @type String * @example * config.contentsLangDirection = 'rtl'; */ - contentsLangDirection : 'ltr', + contentsLangDirection : 'ui', /** * Language code of the writting language which is used to author the editor