hideActiveCrop() Not Working in Twill 3.x
Hi,
I'm using Twill 3 and trying to disable the cropping option with hideActiveCrop() as shown in the docs https://twillcms.com/docs/api/3.x/A17/Twill/Services/Forms/Fields/Medias.html#method_hideActiveCrop,
but it's not working.
here's my code
Any idea why this might be happening?
Thanks!
1 Reply
Hi, I see
hideActiveCrop()
works only for a single media item but doesn't work with multiple items ->max($n)
when $n > 1. I'll create an issue for this.