Disable clipboard image handling in CKEditor

This commit is contained in:
Kijin Sung 2024-04-24 10:35:45 +09:00
parent 55fe822b2b
commit 88ac7ef65d

View file

@ -128,6 +128,7 @@
fontSize_sizes: font_sizes,
toolbarCanCollapse: true,
allowedContent: true,
clipboard_handleImages: false,
startupFocus: {json_encode($editor_focus)},
language: "{str_replace('jp','ja',$lang_type)}",
iframe_attributes: {},