Hi Team, As we know to achieve context aware feature, we need to property sling:configRef at JCR content node and point to configuration stores under /conf. My question is : This activity of adding property is always manual activity or is there any way to configure at Page property level through whi...
Is there any limit for no. of metadata fields ? like if we can add only this much amount of metadata fields to a Metadata Schema Forms ? As I have created a Metada Schema Form and I have added a total 64 metadata fields for a custom metadata tab. And after applying this Metadata Schema Form to a fol...
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