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-wireless-headphones-2024",
      "image": "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=800&q=80",
      "title": "The Best Wireless Headphones for 2024",
      "author": "John Doe",
      "excerpt": "Discover the top wireless headphones that combine superior sound quality with comfort and style.",
      "category": "Reviews"
    },
    {
      "date": "Feb 28, 2024",
      "slug": "choose-perfect-laptop",
      "image": "https://images.unsplash.com/photo-1517336714731-489689fd1ca8?w=800&q=80",
      "title": "How to Choose the Perfect Laptop",
      "author": "Jane Smith",
      "excerpt": "A comprehensive guide to selecting the right laptop for your needs.",
      "category": "Guides"
    },
    {
      "date": "Feb 25, 2024",
      "slug": "smart-watch-buying-guide",
      "image": "https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=800&q=80",
      "title": "Smart Watch Buying Guide 2024",
      "author": "Mike Johnson",
      "excerpt": "Everything you need to know about choosing the perfect smartwatch.",
      "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.