Open
Description
This works:
{%- schema -%}
{
"name": "Main",
"settings": []
}
{% endschema %}
...but adding whitespace control to the closing tag triggers a warning, 'schema' tag was never closed
.
{%- schema -%}
{
"name": "Main",
"settings": []
}
{%- endschema -%}
Is it not possible to use whitespace control on {% schema %}
tags?