Improve the Template Language

1 votes

At the moment the template language is limited to only predefined variables.

On the docs page is says you can use this variable to get customer name: {{ customer.name }}

But you actually have to use the predefined variable: {{customer_name}}

It would be great if this could be opened up to allow reference to the object and the associated value you wanted to access, i.e object.value, customer.name

Planned Suggested by: Daniel Lamb Upvoted: 12 Jul, '21 Comments: 0

Comments: 0