Apply to Accordion:
Apply the custom attributes:
Description: Marks an element as an accordion container.
Usage: Place this attribute on a div or any container element that holds your accordion items.
Description: Specifies the class name of toggle elements within the accordion.
Usage: Replace CLASS-NAME with the class assigned to your toggle elements.
Optional
Description: Sets which accordion item should be open by default when the page loads. Defaults to 1.
Usage: Replace NUMBER with the position of the item you want open by default (use 0 to start with all closed).
Description: Determines whether opening one item should automatically close others. By default, opening a new item closes the current one or all the open ones (true).
Usage: Set to false to allow multiple items to remain open simultaneously.
Description: Open all items by default.
Notes: Ignores dc-accordion-default.