Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created June 1, 2023 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorduchenko/771df4466ab51a8a72c7ebeb69bdb6f4 to your computer and use it in GitHub Desktop.
Save ihorduchenko/771df4466ab51a8a72c7ebeb69bdb6f4 to your computer and use it in GitHub Desktop.
How to limit section using for specific on specific templates only
{% schema %}
{
"name": "Section name",
"templates": ["product"],
"settings": [],
"presets": [
{
"category": "Text",
"name": "Section name",
"settings": {}
}
]
}
{% endschema %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment