You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -111,16 +111,12 @@ By setting this property, you can avoid using the default entity for images so t
111
111
112
112
### disableImages
113
113
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.
115
115
116
116
### disableDefaultImageProcessing
117
117
118
118
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.
119
119
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
-
124
120
## Sample rich text editor configuration file
125
121
126
122
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
152
148
153
149
## Known issue
154
150
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.
156
152
> [!div class="mx-imgBorder"]
157
153
> 
0 commit comments