fix: CKEditor RTL locale support (#1636)
This commit is contained in:
parent
e2935488a3
commit
2c83e3bd84
@ -65,6 +65,7 @@ export default {
|
|||||||
this.$store.set('editor/editorKey', 'ckeditor')
|
this.$store.set('editor/editorKey', 'ckeditor')
|
||||||
|
|
||||||
this.editor = await DecoupledEditor.create(this.$refs.editor, {
|
this.editor = await DecoupledEditor.create(this.$refs.editor, {
|
||||||
|
language: this.locale,
|
||||||
placeholder: 'Type the page content here',
|
placeholder: 'Type the page content here',
|
||||||
wordCount: {
|
wordCount: {
|
||||||
onUpdate: stats => {
|
onUpdate: stats => {
|
||||||
|
Loading…
Reference in New Issue
Block a user