Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to set images type (jpeg, jpg, png) for assetpicker fields?

Avatar

Level 4

Hi all,

I using assetpicker for image field. But I want to set the image type (jpeg, jpg, png) for that fields. How to set the image type for assetpicker fields on properties of fields?

Thanks & Best regards,

BienHV

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can set mime type property

mimeTypes(string) multiple

The browse and selection filter for file selection. E.g: [”.png”,”.jpg”] or [“image/*”].

Arun Patidar

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You can set mime type property

mimeTypes(string) multiple

The browse and selection filter for file selection. E.g: [”.png”,”.jpg”] or [“image/*”].

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 4

Thanks you!