Skip to content

Commit c6b4636

Browse files
DOC-3224: Added the note to the option documentation as well.
1 parent c11c0b8 commit c6b4636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/partials/configuration/powerpaste_emf_processor.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ tinymce.init({
1717
return fetch('YOUR_IMAGE_URL').then(res => res.blob())
1818
}
1919
});
20-
----
20+
----
21+
22+
NOTE: If only the image is selected, pasting it will succeed and the image will be inserted correctly. However, if the image is selected together with other types of content, such as text, the image will not be pasted and an error message will be displayed.

0 commit comments

Comments
 (0)