I have a requirement in component that has Primary and Secondary (both are optional, cannot do secondary without primary)I had written some logic using sightly<sly data-sly-test="${featureContent.primaryCta.text}"><sly data-sly-use.temp="${'/apps/gehealthcare/components/atoms/cta/cta.html'}"data-sly...
Facing error while starting AEM in Debug mode.Below is the command used to run AEM in debug modejava -Xmx2048M -agentlib:jdwp=transport=dt_socket,address=8888,server=y,suspend=n -jar aem-author-p4502.jar
I have created a custom tab in cq: dialog of page component, Now i wish to allow the custom page property tab on a particular template not on every template.
I have a dropdown in multifield with options for Image and video.when I select an image it shows a field for image. after that I have added video it shows field for video, after authoring when I go to configure some more items , the dropdown text and values are mismatched. How to handle.