Hello!
I have simple button component that has parameters, 2 of which i’m concerned with. The Title and URL.
When I use it in conjunction with a looper, I get weird results.
Entering {{looper.item.localized_cta_button_title}}
in a normal text field, works perfectly. But entering that into the parameters of the button, doesn’t work. Even normal stuff like {{post.title}}
isn’t working either
edit: also tried with |raw
on both ends input and component output, and still nothing