Hi, there!
Recently updated to Pro 6.7.1 on a site and noticed that now when I drop a DC tag for ACF it looks like this:
{{ acf.post_field({"field":"field_name"}) }}
On another site I manage, same Pro 6.7.1, DC tags looks like this:
{{dc:acf:post_field field="field_name"}}
The first example works in most cases, but when dropping a DC tag with ACF into an Image Source field, it will not display the image unless it’s set to return the image URL. On other sites with the same version, the second DC tag allows me to return image arrays and displays just fine.
Any ideas?