{
"contentType": "list",
"itemSchema": "custom",
"title": "Category cards",
"categories": [],
"items": [
{
"id": 1,
"link": "women-fashion",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/collection-banner/1.jpg",
"title": "Women",
"subtitle": "Fashion"
},
{
"id": 2,
"link": "camera-lenses",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/collection-banner/2.jpg",
"title": "Camera",
"subtitle": "Lenses"
},
{
"id": 3,
"link": "refrigerator",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/collection-banner/3.jpg",
"title": "Refrigerator",
"subtitle": "LG Mini"
}
],
"customFields": [
{
"key": "id",
"type": "text",
"label": "ID"
},
{
"key": "title",
"type": "text",
"label": "Title"
},
{
"key": "subtitle",
"type": "text",
"label": "Subtitle"
},
{
"key": "image",
"type": "image",
"label": "Image"
},
{
"key": "link",
"type": "url",
"label": "Link"
}
]
}