{
"contentType": "list",
"itemSchema": "custom",
"title": "Category icons",
"categories": [],
"items": [
{
"id": 1,
"link": "flower",
"name": "FLOWER",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-1/rounded-cat/1.png"
},
{
"id": 2,
"link": "furniture",
"name": "FURNITURE",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-1/rounded-cat/2.png"
},
{
"id": 3,
"link": "bag",
"name": "BAG",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-1/rounded-cat/3.png"
},
{
"id": 4,
"link": "tools",
"name": "TOOLS",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-1/rounded-cat/4.png"
},
{
"id": 5,
"link": "grocery",
"name": "GROCERY",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-1/rounded-cat/5.png"
},
{
"id": 6,
"link": "camera",
"name": "CAMERA",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-1/rounded-cat/6.png"
}
],
"customFields": [
{
"key": "id",
"type": "text",
"label": "ID"
},
{
"key": "name",
"type": "text",
"label": "Name"
},
{
"key": "image",
"type": "image",
"label": "Image"
},
{
"key": "link",
"type": "url",
"label": "Link"
}
]
}