Accordion
The accordion component lets users show and hide sections of related content on a page.
Each accordion section requires heading_text
to be set. The content is
built from any markup that is passed in via the block.
Sections can be automatically expanded by setting expanded: true
.
If the section needs more of an explanation, you can optionally add a
summary line using the summary_text
keyword.
Keep summary lines as short as possible.