You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Fluid supports boolean literals (like {true}), the next step would be to support more advanced conditions not just in ConditionViewHelpers but right in the inline variable syntax.
Now that Fluid supports boolean literals (like
{true}
), the next step would be to support more advanced conditions not just in ConditionViewHelpers but right in the inline variable syntax.Example:
This can probably be implemented with an ExpressionNode, however we need to be careful to not break existing expressions.
Related: #911
The text was updated successfully, but these errors were encountered: