Tommy Gaudreau
Tommy Gaudreau
To add to the previous comment here, data-default is expecting the country code and province code but with the example in the read me they use {{ form.country }} and...
I still think it's quite dangerous as a default. It's easy to forget to add `--nodelete` and loose files that the store owner or apps could have added to the...
@jhealey5 Sadly I think shopify is abandoning this project in favor of shopify CLI. I don't think we'll see new updates to themekit.
To prevent any breaking change maybe it could use a similar syntax to the limit option in the forloop: `{% for product in products limit: 5 %}` So for a...
It could stay the same for those: ``` {% render 'modal' args: "props" %} {% arg 'header' %} {{ product.title }} {% endarg %} {% endrender %} ``` The way...