활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
HI,
I am using cq:htmlTag node to remove the cq generated divs.
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
cq:tagName=""
jcr:primaryType="nt:unstructured"
class=""
id=""/>
This node does the intended work, but what it also does it that if I drop my component(having this node) in a parsys, then in that case I am unable to drop another component in the same parsys.
I want to remove the cq generated divs only in edit mode else not or I should be able to drag and drop the other components in the same parsys and also edit each of the dropped component.
Kindly help.
Prateek
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
With the article mentioned above, you can do something like
조회 수
답글
좋아요 수
See this support KB: https://helpx.adobe.com/experience-manager/kb/ComponentDiv.html
조회 수
답글
좋아요 수
What you can do too is to overlay the parsys (/libs/wcm/foundation/components/parsys/parsys.html), and put the logic in there.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
With the article mentioned above, you can do something like
조회 수
답글
좋아요 수