Liquid Filters: Format Numbers and Negative Conditions
ReleasedWe added three new liquid filters:
- The
currency
andformat_number
take regional parameters, so you can format numbers to suit your audience’s local conventions. For example:{{ 123456.78 | currency: "fr" }}
outputs123 456,78€
. - The
where_not
condition lets match negative conditions—people who do not match an attribute value or an event where a value isn’t present.
Learn more
Copied to clipboard!