Skip to content

Commit acccc45

Browse files
committed
Revised per feedback to revise disableImages and remove section about image storage
1 parent 88e817a commit acccc45

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 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 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).

0 commit comments

Comments
 (0)