Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
353 stars 102 forks source link

How to pass theme section file path into APP Block #149

Closed ingalesachin7 closed 1 year ago

ingalesachin7 commented 1 year ago

How to pass theme section file path into App extension Block?

I want to pass file path from theme section file to block

e.g

{% render 'testliquid' %} - This should be rendered from theme , not from the app block {% schema %} { "name": "My Block", "target": "body", "settings": [] } {% endschema %}

currenlty showing error - Could not find app snippet snippets/testliquid.liquid -->