KOLEKSİYONLARIMIZ
İKONİK PARÇALAR
KHELA BABES
{
"name": "Collection Grid",
"settings": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Shop by Collection"
},
{
"type": "select",
"id": "heading_size",
"label": "Heading size",
"options": [
{
"value": "h6",
"label": "Extra small"
},
{
"value": "h5",
"label": "Small"
},
{
"value": "h4",
"label": "Medium"
},
{
"value": "h3",
"label": "Large"
},
{
"value": "h2",
"label": "Extra large"
}
],
"default": "h3"
},
{
"type": "header",
"content": "Collection 1"
},
{
"type": "collection",
"id": "collection_1",
"label": "Collection"
},
{
"type": "image_picker",
"id": "image_1",
"label": "Image"
},
{
"type": "text",
"id": "title_1",
"label": "Title",
"default": "Collection 1"
},
{
"type": "header",
"content": "Collection 2"
},
{
"type": "collection",
"id": "collection_2",
"label": "Collection"
},
{
"type": "image_picker",
"id": "image_2",
"label": "Image"
},
{
"type": "text",
"id": "title_2",
"label": "Title",
"default": "Collection 2"
},
{
"type": "header",
"content": "Collection 3"
},
{
"type": "collection",
"id": "collection_3",
"label": "Collection"
},
{
"type": "image_picker",
"id": "image_3",
"label": "Image"
},
{
"type": "text",
"id": "title_3",
"label": "Title",
"default": "Collection 3"
},
{
"type": "header",
"content": "Collection 4"
},
{
"type": "collection",
"id": "collection_4",
"label": "Collection"
},
{
"type": "image_picker",
"id": "image_4",
"label": "Image"
},
{
"type": "text",
"id": "title_4",
"label": "Title",
"default": "Collection 4"
},
{
"type": "header",
"content": "Layout"
},
{
"type": "range",
"id": "image_ratio",
"min": 0.5,
"max": 1.5,
"step": 0.1,
"unit": ":1",
"label": "Image aspect ratio",
"default": 1
},
{
"type": "color_scheme",
"id": "color_scheme",
"label": "Color scheme",
"default": "scheme-1"
},
{
"type": "header",
"content": "Section padding"
},
{
"type": "range",
"id": "padding_top",
"min": 0,
"max": 100,
"step": 4,
"unit": "px",
"label": "Top padding",
"default": 36
},
{
"type": "range",
"id": "padding_bottom",
"min": 0,
"max": 100,
"step": 4,
"unit": "px",
"label": "Bottom padding",
"default": 36
}
]
}