Skip to content

Commit

Permalink
Dropped the editor content dir="auto" support.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Aug 5, 2019
1 parent 624a9ca commit 410057c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/features/ui-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,5 @@ ClassicEditor
{@snippet features/ui-language-content}

<info-box>
If unsure what language the content will be typed in or when the document is multilingual, do not set {@link module:core/editor/editorconfig~EditorConfig#contentLanguage `config.contentLanguage`}.

The language of the content will be inherited from the {@link module:core/editor/editorconfig~EditorConfig#language language of the UI} and the control over the language direction of the content will be left up to the web browser, which is the safest option for most of the integrations.
If unsure what language the content will be typed in, do not set {@link module:core/editor/editorconfig~EditorConfig#contentLanguage `config.contentLanguage`}. The language of the content will then be inherited from the {@link module:core/editor/editorconfig~EditorConfig#language language of the UI}.
</info-box>

0 comments on commit 410057c

Please sign in to comment.