Skip to content

Commit 6f171d4

Browse files
committed
Revised for style
1 parent 579f4c9 commit 6f171d4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use the rich text editor control in Power Apps | MicrosoftDocs
33
description: "The rich text editor control provides the app user a WYSIWYG editing area for formatting text"
44
ms.custom: ""
5-
ms.date: 11/18/2022
5+
ms.date: 02/28/2023
66
ms.reviewer: "matp"
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -742,21 +742,22 @@ Depends on showAsTabControl and showPreview set to true.
742742
allowSameOriginSandbox
743743
</td>
744744
<td>
745-
This property enables the content within the Rich Text Editor to be treated as from the same origin as the rendering app. Use this property with caution as any untrusted external content could be allowed access to internal resources. <br></br>
745+
This property enables the content within the rich text editor to be treated as from the same origin as the rendering app.
746+
747+
> [!CAUTION]
748+
> Use this property with caution. Only use trusted external content because any untrusted external content could be allowed access to internal resources. <br></br>
746749
747-
Defaults to false
750+
Default value is false.
748751
</td>
749752
<td>
750-
753+
751754
```"allowSameOriginSandbox": false```
752755
</td>
753756
</tr>
754757

755758
</tr>
756759
</table>
757760

758-
759-
760761
## Commonly used rich text editor configurations
761762

762763
The following are common configurations for the rich text editor. These sample configurations can be used to enable specific types of rich text experiences. For each sample, you create a JSON web resource or modify the default web resource configuration. More information: [Create and use advanced configuration for the rich text editor control](#create-and-use-advanced-configuration-for-the-rich-text-editor-control) and [Use the default web resource for organization-wide changes](#use-the-default-web-resource-for-organization-wide-changes)

0 commit comments

Comments
 (0)