getting error by two product inputs in schema in one block
{% schema %}
{
“name”: “image”,
“target”: “section”,
“settings”: [
{ “type”: “image_picker”, “id”: “image”, “label”: “Image” }, { “type” : “product”, “id” : “product”, “label” : "Select Product " }, { “type” : “product”, “id” : “product2”, “label” : "Select Product " } ]
}
{% endschema %}