Is it possible to pass a variable inside output functions in Bricks builder?
For example:
Pass a dynamic value {je_meta_value} inside the returnValues function
{ echo: returnValues({je_meta_value}) }
Or pass the PHP Variable $myVariable inside the returnValues function
{ echo: returnValues($myVariable) }
In my case I cannot make it