Skip to content

Commit 6b36a0e

Browse files
committed
Clean up for clarity
1 parent a756bee commit 6b36a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Consider the following when using the rich text editor:
9191

9292
- Rich text fields will store HTML tags, which are required for formatting along with user entered data. When setting the maximum size for your field, make sure to assign a large enough size for both the HTML tags and user-entered data.
9393

94-
- By default, the rich text editor will upload images to the Azure Blob storage store and they won’t be stored as part of the field. Images will be stored in the same field as base64 when the submitter doesn’t have permissions to the `msdyn_richtextfiles` entity. Base64 content is large, so you generally don't want to store images as base64.
94+
- By default, the rich text editor uploads images to the Azure Blob storage store and they won’t be stored as part of the field. Images are stored in the same field as base64 when the submitter doesn’t have permissions to the `msdyn_richtextfiles` entity. Base64 content is large, so you generally don't want to store images as base64.
9595

9696
## How configuration is applied to the rich text editor
9797

@@ -465,10 +465,10 @@ Default:
465465
</td>
466466

467467
<td>
468-
By default, images will be uploaded using the client API. As soon as an image is added to the editor, it will be 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.
468+
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.
469469

470470
> [!TIP]
471-
> If images will be 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```
471+
> 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```
472472
473473
</td>
474474
<td>

0 commit comments

Comments
 (0)