8
0
Quellcode durchsuchen

Dropped the editor content dir="auto" support.

Aleksander Nowodzinski vor 6 Jahren
Ursprung
Commit
37a7b0fbee
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      packages/ckeditor5-core/src/editor/editorconfig.jsdoc

+ 1 - 3
packages/ckeditor5-core/src/editor/editorconfig.jsdoc

@@ -227,9 +227,7 @@
  *			} );
  *
  * Leaving this configuration unset (default) will inherit the content language from
- * {@link module:core/editor/editorconfig~EditorConfig#language UI language} and leave its direction
- * up to the web browser based on the first strong (directional) character typed by the user
- * ([Unicode® Bidirectional Algorithm](http://www.unicode.org/reports/tr9/)).
+ * {@link module:core/editor/editorconfig~EditorConfig#language UI language}.
  *
  * If you want to change the language of the entire editor's UI, check out
  * {@link module:core/editor/editorconfig~EditorConfig#language `config.language`}.