I’m planning to add snippets in theme extensions of my app. I assume these snippets can be consumed from app blocks of same theme extension (This is working) and also from theme code edit (This is not working)
I tried below, but didn’t worked in theme code edit. Can snippet created in theme extension of app used by theme edit code? If yes, what am I missing below. Any documentation on this?
{% render ‘example-snippet’ %}
{% render ‘shopify://apps/snippets/example-app/example-snippet’ %}