Replies: 1 comment
-
Nesting const toValue = yield this.liquid._evalValue(to, context) See this one: https://jsfiddle.net/ok6vqyp8/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm going to use this fiddle to demonstrate my point, so we have a custom tag and we want parameters to be manipulated using filters when we call hash.render(ctx), do you have any suggestions? and also why does enclosing my parameters value in {{}} or {} always yields true?
currently I parse the parameter
{{max|minus:2}}
as string and refeed it to engineengine.parseAndRenderSync(this.args.to, scope)
to apply the filter, but any suggestions are welcome thank youBeta Was this translation helpful? Give feedback.
All reactions