Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

T/ckeditor5/1151: Brought support for RTL content in the bindTwoStepCaretToAttribute() helper #1769

Merged
merged 12 commits into from
Aug 12, 2019
Merged
Prev Previous commit
Next Next commit
Used the latest EditorConfig#language syntax.
  • Loading branch information
oleq committed Aug 9, 2019
commit a38343d83bf1a37e406a1f70e46baf08bc3d280c
4 changes: 3 additions & 1 deletion tests/manual/two-step-caret.js
Original file line number Diff line number Diff line change
@@ -44,7 +44,9 @@ ClassicEditor

ClassicEditor
.create( document.querySelector( '#editor-rtl' ), {
contentLanguage: 'he',
language: {
content: 'he'
},
plugins: [ Essentials, Paragraph, Underline, Bold, Italic ],
toolbar: [ 'undo', 'redo', '|', 'bold', 'underline', 'italic' ]
} )