Shopify Theme App Extension App Block Position

I'm currently displaying an app block on the product page using the Theme App Extension through Blocks -> BundleBlock.liquid, and it works fine on the product page. Now, I want to make this app block available for featured products on the home page or any other page with featured products. How can I achieve this? What should the schema look like? Is this possible, or would I have to implement it manually? I don't want to render my block on every page since it's only needed on the product page and for featured products. <div class="bundle-block"> </div> {% schema %} { "name": "Classic Bundle", "target": "section", "templates": [ "product" ] } {% endschema %}

Comment (0)

You’ll be in good company