FAQ 1
An accordion FAQ block for Payload CMS with collapsible question and answer pairs. Supports up to 10 items with animated expand/collapse and configurable alignment — free to copy and paste.
Preview
FAQ 1 is an accordion-style FAQ section built on the shadcn/ui Accordion primitive. It supports 1-10 collapsible question/answer pairs with configurable horizontal alignment.
Dependencies: shadcn/ui Accordion
Fields Reference
| Field Name | Type | Required | Localized | Description |
|---|---|---|---|---|
title | text | Yes | Yes | Main heading for the FAQ block. |
faqItems | array | - | - | Array of FAQ items, minimum 1, maximum 10. |
faqItems.question | text | Yes | Yes | The question text for the FAQ item. |
faqItems.answer | textarea | Yes | Yes | The answer text for the FAQ item. |
placement | select | - | - | Positions FAQ block Start, Center, End. |