Skip to content

Commit 5842cd6

Browse files
authored
Merge pull request MicrosoftDocs#3262 from MicrosoftDocs/matp-richtextcontrol
Matp richtextcontrol
2 parents 388ab06 + e6b6647 commit 5842cd6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,12 @@ By setting this property, you can avoid using the default entity for images so t
111111

112112
### disableImages
113113

114-
Set this property to false will enable images. This property will have highest priority. This means that when this property is set to true, irrespective of the *imageEntity* property value, images will be disabled. By default, images are disabled.
114+
Set this property to true will disable images. This property will have highest priority. This means that when this property is set to true, irrespective of the [imageEntity](#imageentity) property value, images will be disabled. By default, images are enabled.
115115

116116
### disableDefaultImageProcessing
117117

118118
By default, images will be uploaded using the client API. As soon as an image gets added to the editor, it will be uploaded to the platform. To process images, set this property to true.
119119

120-
### Storing images
121-
122-
The rich text editor control default behavior stores images as Base64. Base64 images require large amount of space and most existing fields might not have sufficient space. When the limit is exceeded, the message "You have exceeded the maximum number of 2000 characters in this field" is displayed in the app. To avoid this problem, as soon as an image gets added to the editor, it will be uploaded to the blob store using the pre-configured API and Base64 content will be replaced with platform URL.
123-
124120
## Sample rich text editor configuration file
125121

126122
The following sample sets the several options in the rich text editor such as the height, location, default font type, and uses plugin logic. For more information about plugins, see [Use plug-ins to extend business processes](../../developer/common-data-service/plug-ins.md).
@@ -152,7 +148,7 @@ The following sample sets the several options in the rich text editor such as th
152148

153149
## Known issue
154150

155-
HTML markup is displayed in the field configured to use the rich text editor control when the field is part of a subgrid.
151+
HTML markup is displayed for fields configured to use the rich text editor control that are displayed in components other than a field on a form. For example, this occurs in views, subgrids, paginated reports, and portals.
156152
> [!div class="mx-imgBorder"]
157153
> ![HTML markup displayed in a field on a subgrid.](media/html-markup-issue.png)
158154

0 commit comments

Comments
 (0)