Skip to content

m-accordion-section

Accordion block section. Can only be used inside m-accordion.

Attributes

AttributeDefault ValueDescription
expandedDisplay expanded by default (works only in the AMP version of the email)

Example

html
<m-accordion>
    <m-accordion-section expanded>
        <m-accordion-title>Title</m-accordion-title>
        <m-accordion-body>
            content
        </m-accordion-body>
    </m-accordion-section>
</m-accordion>