How to pass theme section file path into APP Block #151
Unanswered
ingalesachin7
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Do you actually have the snippet in the theme? The error is saying that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 -->
Beta Was this translation helpful? Give feedback.
All reactions