{% assign showcase_title = block.settings.title1 %} {% assign showcase_description = block.settings.description1 %} {% assign showcase_main_image = block.settings.main_image %} {% assign showcase_product_list = block.settings.product_list1 %} {% comment %} {{showcase_product_list | json}} {% endcomment %} {%- render 'addedNotify' ,title_id:showcase_title,description:showcase_description ,showcase_image:showcase_main_image, product_list:showcase_product_list -%} {% comment %} {{ section.settings.title }} {% endcomment %} {% schema %} { "name": "Product Show Case App", "target": "section", "stylesheet": "style.css", "javascript": "added_new_notify.js", "templates": ["index","product","collection","cart","search"], "settings": [ { "type": "text", "id": "title1", "label": "Enter Title" }, { "type":"textarea", "id":"description1", "label":"Enter Description" }, { "type": "image_picker", "id": "main_image", "label": "Please Select Showcase Image", "info" : "Please upload image of dimension 500 x 500 px " }, { "type": "product_list", "id": "product_list1", "label": "Please Select product", "limit": 12, "info" : "This filed is mandatory" } ] } {% endschema %}