Basically, the dropdown show/hide does not work. But the checkbox show/hide is working. Any ideas on how to fix? Thanks <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.d...
More specifically, when attempting to edit a content fragment model the process fails: The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped. After some investigation is looks like this query may be the culprit: select [jcr:path], [jcr:score], *...
Hi Adobe community,I had an issue with a Barbados page showing up in Canada search results. Reviewed the specific page and there is an SEO tab with fields that show HREFLang & HREFLang Href. I am stumped on what format to input on these fields. Would it be "en-BB" and "www.nameofsite.com/example-pag...
Hello, I am trying to use the Ensure Oak Index tool to create a new index. I created the new index from the index suggested by Oak Index Definition Generator. In the generated index, one of the JCR Nodes is named dam:Asset Following the instructions for Ensure Oak Index, I am trying to deplo...
Hi I need to generate a report on a cf model. All content fragments (cf) that using "simple fragment" as cf model. Is it aem query debugger only the way to find out above or is there a screen in AEM that could provide this information , report? Thanks, Sri
We just noticed this feature in the cloud manager. AEM Cloud is difficult to develop against because you have to build on every environment (we have 5 non prod envs), and each build takes anything from 2 to 48 hours if we have to restart it several times. Very long cloud build and deployment tim...
As a supplement to the design document, please donot display it in the Author environment (editor, view as published screens), but operate only in the Publish environment .
I am using AEMaaCS. Crxde is disabled in stage and production environments by default. Due to security reasons, Adobe advises that CRXDE access should be closed for the production environment. I can understand the need of disabling crxde in prod but no stage I want to enable crxde. I am aware that...
Hi All, We are trying to consume third Party API with AEM . Third party API has a Certificate and a Key for handshake. What is the correct Process to add Certificate and Key in AEM so that we can handshake using Java HttpClient. Thanks
Hi Community, I have a query, please help me with this question. I am trying to call a get method in a model class which is inside another model class, I will give a simple example below. I hope the below example is sufficient enough to answer my Question, Thank you for the replies. Class Hell...