Browse Source

fix: CKEditor RTL locale support (#1636)

pull/1949/head
Dan Later 4 years ago
committed by GitHub
parent
commit
2c83e3bd84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      client/components/editor/editor-ckeditor.vue

1
client/components/editor/editor-ckeditor.vue

@ -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…
Cancel
Save