VexlyVexly
About

Edit section: team

Section colours (gym / landing)

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

{
  "contentType": "list",
  "itemSchema": "custom",
  "title": "Team",
  "categories": [],
  "items": [
    {
      "name": "John Smith",
      "role": "CEO & Founder",
      "image": "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&q=80"
    },
    {
      "name": "Sarah Johnson",
      "role": "Head of Design",
      "image": "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80"
    },
    {
      "name": "Michael Chen",
      "role": "Tech Lead",
      "image": "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80"
    },
    {
      "name": "Emily Davis",
      "role": "Marketing Director",
      "image": "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80"
    }
  ],
  "customFields": [
    {
      "key": "name",
      "type": "text",
      "label": "Name"
    },
    {
      "key": "role",
      "type": "text",
      "label": "Role"
    },
    {
      "key": "image",
      "type": "image",
      "label": "Image"
    }
  ]
}

Live preview

Updates as you edit

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