Multi image support for EZ Platform

109 Views Asked by At

I am trying to find out how to create a field definition with a dynamic multi image support. The image field type in ezplatform doesn't support dynamic multi images. I will appreciate even creating a custom a field.Any ideas?

1

There are 1 best solutions below

3
On BEST ANSWER

Thanks for calrification and telling more about your Use-Case.

you can use object-relations attribute for the purpose of image gallery and iterate over all related objects to that field and display them. your user should just relate image objects.

in that way the user can relate as many image object as he/she wants from Media Library.