linnse
linnse

Reputation: 461

Trouble extending an AEM component

I'm trying to extend a component, but my new marquee.html updates aren't rendering on the page. The dialog updates are okay. Here's what I have:

Parent component

marquee
> _cq_dialog
> clientlibs
_cq_editConfig.xml
.content.xml
marquee.html

Child component

marquee2
> _cq_dialog (All these updates are working.)
.content.xml 
marquee.html (None of these updates are rendering.)

Shouldn't any changes in the child component's marquee.html file override the parent file? I've been researching to see if I missed a step and everything seems to be in order, but apparently I'm missing something.

Upvotes: 1

Views: 108

Answers (1)

linnse
linnse

Reputation: 461

In the child component, the "marquee.html" file should be renamed to "marquee2.html" since the component node is named "marquee2".

Upvotes: 1

Related Questions