m-accordion-section
Accordion block section. Can only be used inside m-accordion
.
Attributes
Attribute | Default Value | Description |
---|---|---|
expanded | Display 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>