Skip to content

Commit 5a6213d

Browse files
committed
Revising for style and pull from main
1 parent beb19fc commit 5a6213d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 02/28/2023
5+
ms.date: 06/05/2023
66
ms.reviewer: "matp"
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -467,7 +467,7 @@ Default:
467467
By default, images are uploaded using the client API. When as an image is added to the editor, it is uploaded to the platform. To store images as base64 strings directly in the column configured to use the rich text editor control set this value to true.
468468

469469
> [!TIP]
470-
> If images are viewed externally, such as through email, it is generally advised to not use the default image processing. Default image processing uploads images to the "attachmentEntity" defined in the configuration, and external user could lack permissions to view the content. Instead an alternative upload such base64 strings can be used i.e. ```"disableDefaultImageProcessing": true```
470+
> If images are viewed externally, such as through email, we recommend that you not use default image processing. Default image processing uploads images to the `attachmentEntity` defined in the configuration, and an external user might lack privileges to view the content. Instead, an alternative upload, base64 strings can be used with ```"disableDefaultImageProcessing": true```.
471471
472472
</td>
473473
<td>

0 commit comments

Comments
 (0)