Section schema
generator.
A copy-paste template for sections that require repeatable blocks. This schema structure is essential for carousels, grids, FAQ accordions, and comparison tables.
UtilityTheme development
TargetOS 2.0 Themes
Block schema scaffold
schema-with-blocks.json
JSON
{% schema %}
{
"name": "Block grid",
"tag": "section",
"max_blocks": 6,
"settings": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Our features"
}
],
"blocks": [
{
"type": "feature",
"name": "Feature block",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title",
"default": "Feature name"
},
{
"type": "richtext",
"id": "text",
"label": "Text",
"default": "<p>Feature description goes here.</p>"
}
]
}
],
"presets": [
{
"name": "Block grid",
"blocks": [
{ "type": "feature" },
{ "type": "feature" },
{ "type": "feature" }
]
}
]
}
{% endschema %}Shopify Custom Work
Need complex sections built?
If you need sections with advanced block logic, dynamic source connections, or intricate schema configurations, we build reliable, merchant-friendly sections.