delimiters: ['[[', ']]'], #1443
Unanswered
landoDanziger
asked this question in
Q&A
Replies: 2 comments
|
Answer [[header_text_men : 'Men']] fair enough |
0 replies
|
Yes, in versions before 5.0 you had to do that configuration. Now with Maizzle 5.0, expressions that can't be parsed because of undefined references with be left alone, so you just write |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Normally I use fallbacks
{{ example || 'test }}
When I change the delimiters:
['[[', ']]'],
https://maizzle.com/docs/configuration/expressions#delimiters
It no longer processes the variable. I am trying to avoid a conflict with shopify / braze liquid, for a lot of @{{example}} to protect values
All reactions