fix: CKEditor RTL locale support (#1636)
This commit is contained in:
		| @@ -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 => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user