Skip to content

Commit e29751a

Browse files
authored
Merge pull request #7771 from MicrosoftDocs/Tracet51-patch-3
Add public property to rich-text-editor-control.md
2 parents 9e6ec22 + d25218c commit e29751a

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

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

Lines changed: 19 additions & 3 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: ""
@@ -737,10 +737,26 @@ Depends on showAsTabControl and showPreview set to true.
737737
```"showPreviewHeaderWarning": false```
738738
</td>
739739

740-
</tr>
741-
</table>
740+
<tr>
741+
<td>
742+
allowSameOriginSandbox
743+
</td>
744+
<td>
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>
749+
750+
Default value is false.
751+
</td>
752+
<td>
742753

754+
```"allowSameOriginSandbox": false```
755+
</td>
756+
</tr>
743757

758+
</tr>
759+
</table>
744760

745761
## Commonly used rich text editor configurations
746762

0 commit comments

Comments
 (0)