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..741273fbaa 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 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. + ## 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)