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.

有帮助吗?

解决方案

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" />
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top