I’m struggling with combining CMS Nest & Accordion.
The accordion feature works great alone, but when I added CMS Nest to it, the accordion stopped working (on click, a trigger doesn’t expand/collapse a drawer, and the initial index seems to not work any longer).
Hey @filip.radkiewicz! CMS Nest is not intended to be used on template pages. Have you tested the nesting functionality without the accordion? If the behavior is what you expect we can delay the accordion script and initialize it when CMS Nest has finished nesting items.
To do this you can use the prevent-load defer fs-attributes-preventload='true' setting for the accordion script and using this callback initializes the accordion script.