Hi Team,
we have create a customized app to add js widget on product page in form of block.
We want to limit adding that to 1 .
however we tried adding “max_blocks”: 1 on liquid file
{% schema %}
{
“name”: “abc-widget”,
“target”: “section”,
“available_if”: “{{ app.metafields.abc_configs.abc_billing_present }}”
}
{% endschema %}