Pricing 1
A responsive pricing cards block for Payload CMS with up to 4 plan tiers. Each card supports name, price, feature list, CTA, and a highlight toggle for the recommended plan — free to copy and paste.
Preview
Fields Reference
| Field | Type | Required | Localized | Description |
|---|---|---|---|---|
title | text | Yes | Yes | The main heading |
description | textarea | No | Yes | Supporting text |
plans | array (1-4) | No | — | List of pricing plans |
plans.name | text | Yes | Yes | Plan name (e.g. "Pro") |
plans.price | text | Yes | No | Price display (e.g. "$29") |
plans.interval | text | No | Yes | Billing interval (e.g. "/month") |
plans.description | textarea | No | Yes | Short plan description |
plans.features | array (1-10) | No | — | Feature list |
plans.features.feature | text | Yes | Yes | Feature description |
plans.highlighted | checkbox | No | No | Highlight this plan as recommended |
plans.cta | link | No | Yes | Plan call-to-action button |