Question

I have a component called in my template like this:

<cq:include path="par4" resourceType="/apps/mobile/properties/components/content/homepage_carousel-mobile" />

The Dialog highliter does not appears unless I change the par from par4 to some thing else ?

The problem is whenever I add a new component to the template the highliter stops working on some of previously added components. And then I have to change pars in the components all the way along to fix this.

Is there any way the highliter could automatically come without changing the pars of components?

Sorry if I am not clear in explaining my problem.

Any help is highly appreciated.

Was it helpful?

Solution

i solved it instead of only par i gave it like this and things started working i started getting the highliter for each component

<cq:include path="par4/homepage_carousel-mobile" resourceType="/apps/mobile/properties/components/content/homepage_carousel-mobile" />
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top