Looking to retrieve the URL of a Media type of custom field created using JetEngine attached to a taxonomy term for use in Bricks?
Just add :url
filter at the end of your dynamic tag.
Ex.:
{je_model_model-image:url}
where model
after je_
is the taxonomy slug and model-image
is the name/ID of the custom field.
This works (strangely) regardless of what the Value format is set to: default or Media ID or Media URL or Array with media ID and URL.