Unverified Commit 2c83e3bd authored by Dan Later's avatar Dan Later Committed by GitHub

fix: CKEditor RTL locale support (#1636)

parent e2935488
......@@ -65,6 +65,7 @@ export default {
this.$store.set('editor/editorKey', 'ckeditor')
this.editor = await DecoupledEditor.create(this.$refs.editor, {
language: this.locale,
placeholder: 'Type the page content here',
wordCount: {
onUpdate: stats => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment