Skip to content

Commit 806a9c3

Browse files
956287: Updated the insertImageSettings: Add the new image types to the allowedTypes array.
1 parent f95d543 commit 806a9c3

File tree

1 file changed

+1
-1
lines changed
  • ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/insert-image-media

1 file changed

+1
-1
lines changed

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/insert-image-media/insert-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ You can allow the specific images alone to be uploaded using the the allowedType
252252

253253
``` cshtml
254254
255-
allowedTypes="@(new string[] {".jpg"})"
255+
allowedTypes="@(new string[] {".jpg", ".png", ".jpeg" })"
256256
257257
```
258258

0 commit comments

Comments
 (0)