Expand my Community achievements bar.

SOLVED

How to override OOTB component?

Avatar

Former Community Member

Hi,

I'm very new with AEM. I want to override journal component from /libs/social/journal/components/hbs/journal and comment component in my project.

I didn't get how to override it. Please provide me step by step solution or any good example related to override OOTB component.

And if possible explain me difference between extend, overlay, and override component.

Thank you in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 10
5 Replies

Avatar

Correct answer by
Level 10

Avatar

Former Community Member

Can you tell me how to override OOTB journal component?

Avatar

Level 10

You can copy that node and place it under /apps/<MyProject>/components.

Then change the title of the component in the properties and then modify some app logic. Overlays

Avatar

Employee

There are some definitions (and details) on the following documentation pages:

Both pages also include links to examples of how the feature can be used.

Avatar

Former Community Member

I override journal component and authored it. But design for journal component not coming. Why?