From 0b27f9aa8d4d98898dade3564d3baa9db1a8f9f8 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Tue, 7 Apr 2026 12:09:02 +0300 Subject: [PATCH] Task(218558)-Bing-Reports-Help-Domain-Missing-h1-Core --- aspnet-core/RichTextEditor/ImportAndExport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/RichTextEditor/ImportAndExport.md b/aspnet-core/RichTextEditor/ImportAndExport.md index 28c2ef77..77c748c9 100644 --- a/aspnet-core/RichTextEditor/ImportAndExport.md +++ b/aspnet-core/RichTextEditor/ImportAndExport.md @@ -7,7 +7,7 @@ control: RTE documentation: ug --- -## Import +# Import Import feature provides support to import a word document into the editor `textarea`. To enable import option in the RTE tool bar, `import` toolbar items needs to be added in RTE toolbar toolsList using `importExport` which adds the tool in the toolbar. In `ImportSettings` Url option, the server page for import is needed to be mapped. When you click the toolbar import icon, it opens a dialog to browse the select a word file. The selected word file will be imported into the editor `textarea`.