I have an acf group with inside, a link type field (return value: array).
On bricks, I’ve added a button element, and now I’d like to add a “target” data attribute but it’s returning nothing.
returns nothing :
I tried the same dyn data on a basic text :
and no problem, it returns the good data :
I guess there is a problem with the acf group (or array key filter maybe) when it’s combined with a data attribute. (I didn’t try with a button outside an acf group though)