"settings": [
{
"type": "checkbox",
"id": "hide_desktop",
"label": "Hide on Desktop",
"default": false
},
{
"type": "checkbox",
"id": "hide_tablet",
"label": "Hide on Tablet",
"default": false
},
{
"type": "checkbox",
"id": "hide_mobile",
"label": "Hide on Mobile",
"default": false
},
{
"type": "text",
"id": "heading",
"label": "Section Heading",
"default": "Shop by Collection"
},
{
"type": "range",
"id": "padding_top",
"label": "Padding Top",
"min": 0,
"max": 120,
"step": 4,
"unit": "px",
"default": 60
},
{
"type": "range",
"id": "padding_bottom",
"label": "Padding Bottom",
"min": 0,
"max": 120,
"step": 4,
"unit": "px",
"default": 60
},
{
"type": "range",
"id": "grid_gap",
"label": "Grid Gap",
"min": 0,
"max": 40,
"step": 2,
"unit": "px",
"default": 20
},
{
"type": "color",
"id": "card_bg",
"label": "Card Background",
"default": "#ffffff"
},
{
"type": "range",
"id": "card_radius",
"label": "Card Border Radius",
"min": 0,
"max": 40,
"step": 2,
"unit": "px",
"default": 12
},
{
"type": "range",
"id": "image_size",
"label": "Image Size",
"min": 60,
"max": 200,
"step": 10,
"unit": "px",
"default": 120
},
{
"type": "range",
"id": "image_radius",
"label": "Image Border Radius",
"min": 0,
"max": 50,
"step": 2,
"unit": "px",
"default": 8
}
],