Logo
NeoArc Studio

Accordion Block

Create collapsible sections for organising content. Each section has a title and expandable content area. Configure whether multiple sections can be open simultaneously or only one at a time.

Accordions organise content into collapsible sections. Use them when you have multiple related topics that readers may want to explore selectively without scrolling through everything.

When to Use

Block Properties

PropertyRequiredDescription
ItemsYesArray of accordion sections
Allow Multiple OpenNoWhether multiple sections can be expanded simultaneously (default: true)

Item Properties

PropertyRequiredDescription
TitleYesThe section header (always visible)
ContentYesRich text content shown when expanded
Default OpenNoWhether this section starts expanded (default: false)

Example: FAQ Section

A common use case with multiple sections that can all be open at once.

Example: Single Selection Mode

When Allow Multiple Open is disabled, opening one section automatically closes others. Useful for step-by-step processes where context matters.

Example: Feature Descriptions

Accordions work well for presenting features where readers want to explore specific capabilities.

Editing Accordions

ActionHow To
Expand/CollapseClick the chevron or title bar to toggle a section
Edit TitleClick the title text field to edit inline
Edit ContentUse the rich text editor within each section
Set Default OpenToggle the Open by Default option for each section
Add SectionClick Add Section to create new accordion items
Remove SectionClick the trash icon (minimum one section required)