Get value from parameter array in template

xmarinusx

Member
Licensed customer
I am using a php callback to pass in parameters to a template, how can I get a value from an array in the parameters?
 
What is the format of the array?
You should typically be able to access it using something like {$array.item}.
 
Back
Top Bottom