ロゴリスト サンプル
{%- if section.settings.title != blank -%}
{%- endif -%}
{%- if section.blocks.size > 0 -%}
{%- endif -%}
{% schema %}
{
"name": "Logo list [ShopifyExplorer]",
"class": "index-section",
"max_blocks": 20,
"settings": [
{
"type": "paragraph",
"content": "Keep update from [ShopifyExplorer](http://easycodeguide.com/?p=304)"
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Logo list"
}
],
"blocks": [
{
"type": "logo_image",
"name": "Logo",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "url",
"id": "link",
"label": "Link",
"info": "Optional"
}
]
}
],
"presets": [
{
"name": "Logo list",
"category": "Image",
"blocks": [
{
"type": "logo_image"
},
{
"type": "logo_image"
},
{
"type": "logo_image"
},
{
"type": "logo_image"
}
]
}
]
}
{% endschema %}