Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Accordion Component

Avatar

Level 3

How to create an Accordion Component in sightly AEM 6.4

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You can create accordion component as a normal component with additional css/js to hide accordion details on load and show on click.

You may add cq:editconfig to refresh page on afterinsert, afterdelete, after move etc.

CQ5 Sightly Accordion component - Stack Overflow

Building an Accordion Component in Adobe CQ5 - Jenikya's Blog

Arun Patidar

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You can create accordion component as a normal component with additional css/js to hide accordion details on load and show on click.

You may add cq:editconfig to refresh page on afterinsert, afterdelete, after move etc.

CQ5 Sightly Accordion component - Stack Overflow

Building an Accordion Component in Adobe CQ5 - Jenikya's Blog

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 3

Thanks Arun for your quick response