Skip to content

Commit

Permalink
default is false
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Dec 16, 2021
1 parent 95e04ba commit 2e735fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/editors/tinymce/tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ public function onDisplay(
'content_css' => $content_css,
'document_base_url' => Uri::root(true) . '/',
'paste_data_images' => $allowImgPaste,
'paste_as_text' => (bool) $levelParams->get('paste_as_text', true),
'paste_as_text' => (bool) $levelParams->get('paste_as_text', false),
'image_caption' => true,
'importcss_append' => true,
'height' => $html_height,
Expand Down

0 comments on commit 2e735fa

Please sign in to comment.