From 76f9e2f2d4f37b6465c212c8803608b676a44af1 Mon Sep 17 00:00:00 2001 From: KokilaSF4836 Date: Sat, 14 Feb 2026 18:16:36 +0530 Subject: [PATCH 1/2] 1005445: Updated documentation for media paste support. --- blazor/rich-text-editor/tools/audio.md | 4 ++++ blazor/rich-text-editor/tools/insert-image.md | 4 ++++ blazor/rich-text-editor/tools/video.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/blazor/rich-text-editor/tools/audio.md b/blazor/rich-text-editor/tools/audio.md index 81962d860b..e7d18a64ee 100644 --- a/blazor/rich-text-editor/tools/audio.md +++ b/blazor/rich-text-editor/tools/audio.md @@ -413,6 +413,10 @@ namespace AudioUpload.Controllers {% endhighlight %} {% endtabs %} +## Paste audio into the editor + +The Rich Text Editor supports pasting audio files directly into the editor content. You can paste single or multiple audio files from your file system directly into the editor. + ## See also * [How to configuring the toolbar position](https://blazor.syncfusion.com/documentation/rich-text-editor/toolbar#configuring-the-toolbar-position) diff --git a/blazor/rich-text-editor/tools/insert-image.md b/blazor/rich-text-editor/tools/insert-image.md index 882676b981..8a7a54d6a3 100644 --- a/blazor/rich-text-editor/tools/insert-image.md +++ b/blazor/rich-text-editor/tools/insert-image.md @@ -496,6 +496,10 @@ namespace RenameImage.Controllers {% endhighlight %} {% endtabs %} +## Paste images into the editor + +The Rich Text Editor supports pasting images directly into the editor content. You can paste single or multiple images from your file system directly into the editor. + ## See also * [How to insert image editing option in the toolbar items](../toolbar#image-quick-toolbar) diff --git a/blazor/rich-text-editor/tools/video.md b/blazor/rich-text-editor/tools/video.md index f0cfdde5ba..316e8599ff 100644 --- a/blazor/rich-text-editor/tools/video.md +++ b/blazor/rich-text-editor/tools/video.md @@ -446,6 +446,10 @@ namespace VideoUpload.Controllers {% endhighlight %} {% endtabs %} +## Paste video into the editor + +The Rich Text Editor supports pasting video files directly into the editor content. You can paste single or multiple video files from your file system directly into the editor. + ## See also * [How to edit the quick toolbar settings](../toolbar#video-quick-toolbar) From f01c3434300c13efe3b5ec1c935461e54d53c118 Mon Sep 17 00:00:00 2001 From: KokilaSF4836 Date: Sat, 14 Feb 2026 18:22:29 +0530 Subject: [PATCH 2/2] Update insert-image.md --- blazor/rich-text-editor/tools/insert-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/rich-text-editor/tools/insert-image.md b/blazor/rich-text-editor/tools/insert-image.md index 8a7a54d6a3..741273fbaa 100644 --- a/blazor/rich-text-editor/tools/insert-image.md +++ b/blazor/rich-text-editor/tools/insert-image.md @@ -496,7 +496,7 @@ namespace RenameImage.Controllers {% endhighlight %} {% endtabs %} -## Paste images into the editor +## Paste image into the editor The Rich Text Editor supports pasting images directly into the editor content. You can paste single or multiple images from your file system directly into the editor.