We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ca24f commit 97787e0Copy full SHA for 97787e0
client/src/tinymce-config.mts
@@ -115,6 +115,12 @@ export const init = async (
115
// See
116
// [License key](https://www.tiny.cloud/docs/tinymce/latest/license-key).
117
license_key: "gpl",
118
+ // Block drag-and-drop of unsupported images and files. See the
119
+ // [docs](https://www.tiny.cloud/docs/tinymce/latest/file-image-upload/#block_unsupported_drop).
120
+ block_unsupported_drop: true,
121
+ // Prevent drag-and-dropping images; this create a mess. See the
122
+ // [docs](https://www.tiny.cloud/docs/tinymce/latest/copy-and-paste/#paste_data_images).
123
+ paste_data_images: false,
124
125
// ### Settings for plugins
126
//
0 commit comments