fix: CKEditor RTL locale support (#1636)

pull/1949/head
Dan Later 5 years ago committed by GitHub
parent e2935488a3
commit 2c83e3bd84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 => {

Loading…
Cancel
Save