- Issue created by @nicxvan
- πΊπΈUnited States nicxvan
This can be likely closed, there is already an issue over there: π Error with module EntityBrowser Postponed: needs info .
I'll leave this open while I test that.
- πΊπΈUnited States apmsooner
I don't think this would work with custom_field either way. That template_preprocess hook is assuming properties that don't exist in a custom_field. We would have to do our own version of this as a feature request and skip using that module from the way i see it.
- πΊπΈUnited States apmsooner
Also, I've had to deal with a client request like this before to support animated gifs and my recommendation on this is to use a designated media type for these specific requirements. Mixing animated gifs, svgs, etc... with normal images is just generally gonna lead to other bugs IMO. I know its easier said than done if there's already a bunch of values but its worth an update hook as far as I'm concerned ;)