We are trying to implement custom functionality for Interactive video segments on quick view or when added a hyperlink. Custom functionality is expected to execute on clicking on swatches. As per the recommended implemented from Adobe, we have tried in using 'Embed Code' to add custom functionality...
Hi Team , I'm new to AEM. Trying to create one multifield component. But when I'm drag and drop the component through an error. Please Advice what could be the issue. Attached required files and screenshots : Thanks in Advance !
I have a tab in the page template. It shows in page properties for all pages. I would like to restrict it only for pages under /content/A and /content/B in the content tree.I tried solving this using <granite:rendercondition condition="${condition}"> but it didn't work. How can I use granite:conditi...
There are a few scenarios where you can highlight text and the richtext menu options disappear. Aside from web-accessibility concerns of showing and hiding page features there's actually a bug where if you highlight a word (in order to say, make it a link) and let go in a certain area (within the di...
Hi Team, We are looking to make title of an asset mandatory, and as part of this whenever author uploads an asset into dam if title is missing it should open a modal window to enter mandatory fileds like title and move forward. Thanks
Hi Team, Do you have any document or sample project structure for multimodule project setup on caas. Requirement:Parent projectProject A Project B In cloud manager we cannot have 2 repository projects deployed to same environment with different piplelines.
I have a requirement where I need to use the dialog's content in another component.I am using a sling model to get the content . Can I use the same model in another component or do I need to create another one?.please help here
Hello All,I am trying to read the cq:tags - multivalued property into my sling model . However, when I read it is only returning single value not multi values. Sample code : valueMap.get("cq:tags",String[].class);or currentNode.getProperty("cq:tags").values();
Hi Team, Want to know what is the exact uses and differences of Inject & Valuemap. I can see in functionality vise both are doing the same thing. Can anyone explain why we need these annotations and what's the use of them. Thanks.