Hi! I was directed to submit an issue here by your support as they couldn't answer the technical question I had, so here I am. 😄
Is it somehow possible to do value based if or switch statements in the supported templating language? My use case would be something like if user.role == admin or if user.role == user.
I saw that this is only possible with Handlebars if you register a helper but was thinking if you have a workaround for it in place within your systems.
Hi! I was directed to submit an issue here by your support as they couldn't answer the technical question I had, so here I am. 😄
Is it somehow possible to do value based if or switch statements in the supported templating language? My use case would be something like
if user.role == admin
orif user.role == user
.I saw that this is only possible with Handlebars if you register a helper but was thinking if you have a workaround for it in place within your systems.