Starting out with AEM by using CRXDE, and making a structure component for a header hero component that will show a title and subtitle.
I wanted to add a cq:dialog
by just copying the libs/wcm/foundation/components/title/cq:dialog
component, and pasting it inside the hero component. There are two values: jcr:title
and jcr:subtitle
. When it comes to those values, they do display if I manually add them to my page from the contents
directory.
The problem that I am facing is that the dialog is not showing at all when I hover over the hero area of the website from the editor.html
view.
Is there something I am doing wrong?
jcr:subtitle
. Can you please provide more information about your component. Especially what JCR nodes you have: component node and all its child nodes. – Jenscq:EditConfig
node, but I had seen it done without it from a video. I would link the video, but it is from a paid member website (Pluralsight). – Jeremy Trpka