Skip to content

Commit 41edefa

Browse files
Merge pull request #3804 from syncfusion-content/RTE-Image-Insertion-Access-Code-hotfix
991428- Modified bold to Heading for the RTE Image Insertion content [hotfix]
2 parents 68cd6e5 + 3948d81 commit 41edefa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MAUI/Rich-Text-Editor/Getting-Started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ documentation: ug
1111

1212
This section guides you through setting up and configuring a **Rich Text Editor** in your .NET MAUI application. Follow the steps below to add a basic Rich Text Editor to your project.
1313

14+
To get start quickly with our [.NET MAUI Rich Text Editor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html), you can check the below video.
15+
16+
{% youtube "https://www.youtube.com/watch?v=1r8OrZxG_HI" %}
1417

1518
{% tabcontents %}
1619
{% tabcontent Visual Studio %}

MAUI/Rich-Text-Editor/Image-Insertion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ documentation: ug
1111

1212
The [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) supports inserting images (JPEG, PNG) into the content area. Images can be added by the end-user through the toolbar or programmatically from various sources like a stream or a file path.
1313

14-
**Enable File Access Permission**
14+
## Enable File Access Permission
1515

16-
On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific "Entitlements.plist" file, as illustrated in the following code snippet.
16+
On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific `Entitlements.plist` file, as illustrated in the following code snippet.
1717

1818
{% tabs %}
1919
{% highlight C# tabtitle="Entitlements.plist" %}

0 commit comments

Comments
 (0)