Expand my Community achievements bar.

How to modify timeline view activity.

Avatar

Level 1

I'm working on AEM as a cloud service. I want to modify the timeline view of the content like the activity title modification or hiding some activity title. Is there any way we can do that. And also where these jsp or components located in aem crx if I want to overlay.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 7

To modify the timeline view activity in AEM as a Cloud Service:

1. Modify Activity Title / Hide Activities:
Locate the activity stream component or workflow components.
You may need to overlay the relevant component to change titles or hide specific activities.

2. Overlay Components:
Look in CRX under /libs/cq/workflow/ or /apps/<your-project>/components/.
Create an overlay in /apps/<your-project>/components/ to modify how activities are displayed (titles, visibility).

3. Custom Logic:
If necessary, update the Sling models or event listeners to customize the activity rendering logic.

Avatar

Level 1

Thanks @AmitVishwakarma, overlaying the activity component to apps works fine for me. I can modify the title.

Avatar

Level 2

Hi @KumariSu,

 

I believe you can overlay the nodes under /libs/wcm/core/content/sites/jcr:content/rails/timeline/items/timeline/items/events/providers/activities/titles for your needs.

 

Hope this helps,

Vinay