VexlyVexly
Landing

Edit section: hot_deals

Section colours (gym / landing)

Override background and text colour for this section on the public page.

{
  "contentType": "list",
  "itemSchema": "custom",
  "title": "Hot deals",
  "categories": [],
  "items": [
    {
      "id": 1,
      "link": "leather-bag",
      "image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/product/a3.jpg",
      "title": "New Bag",
      "category": "Leather"
    },
    {
      "id": 2,
      "link": "nike-breeze",
      "image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/product/a4.jpg",
      "title": "Breeze",
      "category": "Nike"
    },
    {
      "id": 3,
      "link": "usb-moon",
      "image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/product/a5.jpg",
      "title": "USB Moon",
      "category": "Printing 3D"
    }
  ],
  "customFields": [
    {
      "key": "id",
      "type": "text",
      "label": "ID"
    },
    {
      "key": "category",
      "type": "text",
      "label": "Category"
    },
    {
      "key": "title",
      "type": "text",
      "label": "Title"
    },
    {
      "key": "image",
      "type": "image",
      "label": "Image"
    },
    {
      "key": "link",
      "type": "url",
      "label": "Link"
    }
  ]
}

Live preview

Updates as you edit

No visual preview for section type "hot_deals". Use JSON preview below to check data.