liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
Could you please change the class name `Random` in [this](https://github.com/Shopify/liquid/wiki/Liquid-for-Programmers) example? Doesn't `Random` already exist in Ruby's core library? The following definition my result in the following error: `superclass mismatch...
There's a subtle difference in the `round` filter's behaviour when using Ruby 3.1, vs Ruby 2.7. Specifically, when the input value is a float (or anything that gets converted to...
This filter adds the inverse of the `where` filter. This filter also allows deep searching with dot notation. Idea from: https://github.com/Shopify/liquid/issues/1555
Hi, Sorry if this is not the correct place for Shopify features, but as there is no dedicated repo (we have a repo for Theme Partners but it does not...
Hi, Sorry if this is not the correct place for Shopify features, but as there is no dedicated repo (we have a repo for Theme Partners but it does not...
Recently Shopify released the ability to create Metafield Definitions for a `List of Values`. The content of these metafields is an iterable and accessed via the `value` property. This works...
I know this feature has been requested before in this thread: https://github.com/Shopify/liquid/issues/236 **And based on 85 liking the idea, versus 2 not liking the idea says something.** But that issue...
The `powered_by_link` object doesn't output a link that is deemed accessible enough. The link is being opened in a new window/tab so having a warning for screen readers can be...
`{{ address | format_address }}` tag should include phone, matching customer default address in admin. An added bonus would be to wrap the address in an`` tag, rather than a...
This works: ``` {%- schema -%} { "name": "Main", "settings": [] } {% endschema %} ``` ...but adding whitespace control to the closing tag triggers a warning, `'schema' tag was...