Skip to content

Commit bad6810

Browse files
authored
Merge pull request #4214 from syncfusion-content/956287-insertImage-hotfix
956287: Updated the insertImageSettings: Add the new image types to the allowedTypes array.
2 parents f95d543 + 806a9c3 commit bad6810

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)