spellChecker: false,

This commit is contained in:
HolgerHatGarKeineNode
2023-02-16 16:43:12 +01:00
parent 382f7e2078
commit 4f4676a80b

View File

@@ -7,6 +7,7 @@
element: this.$refs.editor,
lineNumbers: true,
uploadImage: false,
spellChecker: false,
{{-- imageMaxSize: 1024 * 1024 * 10,--}}
{{-- imageUploadFunction: (file, onSuccess, onError) => {--}}
{{-- @this.upload('images', file, (uploadedFilename) => {--}}