Feature 2
A two-column feature list block for Payload CMS with badge, title, subtitle, and a check-icon checklist alongside optional media. Great for product highlights — free to copy and paste.
Preview
Feature 2 is a two-column split layout with a badge, title, subtitle, and a checklist of features alongside an optional image. Features render as a check-icon list.
Dependencies: Badge (shadcn/ui), Media component, lucide-react (Check icon)
Fields Reference
| Field Name | Type | Required | Localized | Description |
|---|---|---|---|---|
badgeText | text | - | Yes | Text displayed in the badge above the title. |
title | text | - | Yes | Main heading for the block. |
subtitle | text | - | Yes | Subheading that appears below the title. |
features | array | Yes | - | Array of features, each containing: |
features.title | text | - | Yes | Title for the individual feature item. |
features.description | textarea | - | Yes | Description text for the individual feature item. |
media | upload | - | - | Optional image to display alongside the feature list. |