Disable auto embedding of videos pasted on the editor.

This commit is contained in:
Burak Kaan Köse
2025-01-01 10:49:01 +01:00
parent 068369fca2
commit a82b487b92

View File

@@ -8,6 +8,9 @@ const joditConfig = {
"showCharsCounter": false,
"showWordsCounter": false,
"showXPathInStatusbar": false,
"link": {
"processVideoLink": false
},
"disablePlugins": "add-new-line,backspace",
"showPlaceholder": false,
"uploader": {