VexlyVexly
Blog

Edit section: posts

Section colours (gym / landing)

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

{
  "contentType": "list",
  "itemSchema": "custom",
  "title": "Blog posts",
  "categories": [],
  "items": [
    {
      "date": "Mar 1, 2024",
      "slug": "best-deals-2024",
      "image": "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80",
      "title": "The Best Deals for 2024",
      "author": "John Doe",
      "excerpt": "Discover the top products and offers this year.",
      "category": "Deals"
    },
    {
      "date": "Feb 28, 2024",
      "slug": "shopping-guide",
      "image": "https://images.unsplash.com/photo-1517336714731-489689fd1ca8?w=800&q=80",
      "title": "How to Shop Smart",
      "author": "Jane Smith",
      "excerpt": "A guide to getting the most from our store.",
      "category": "Guides"
    }
  ],
  "customFields": [
    {
      "key": "slug",
      "type": "text",
      "label": "Slug"
    },
    {
      "key": "title",
      "type": "text",
      "label": "Title"
    },
    {
      "key": "excerpt",
      "type": "textarea",
      "label": "Excerpt"
    },
    {
      "key": "author",
      "type": "text",
      "label": "Author"
    },
    {
      "key": "date",
      "type": "text",
      "label": "Date"
    },
    {
      "key": "category",
      "type": "text",
      "label": "Category"
    },
    {
      "key": "image",
      "type": "image",
      "label": "Image"
    }
  ]
}

Live preview

Updates as you edit

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