Solved
how to create custom parsys or extend parsys?
i have requirement to create a custom component where i need to change default text of parsys.
i have requirement to create a custom component where i need to change default text of parsys.
Hi,
If you want to change the defualt 'drop component here' text. Then you can set the jcr:title property e.g. jcr:title="Parsys Title" to extended parsys component and add below css rule to change the text. you can use cq.authoring.dialog category for clientlibs.
e.g.
div.cq-Overlay--container.cq-draggable.cq-droptarget[title="Parsys Title"] .cq-Overlay--placeholder::before {
content: 'custom comonnet drop text'
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.