Hi All, I got requirement to create sub folder using workflows. Authors uses the workflow to maintain standard folder names and structures(Imagine author creates same sub folders for each quarter). In the beginning main folder does not have any assets. Author do not have permissions to access the to...
Hi,I'm actually implementing the new universal editor on a website with some sections who have their height defined in vh units (viewport height). The problem is, when in the iframe of the editor, the editor seems to try to resize the iframe to the total height of the website but doing this cause t...
Hi all, We are migrating the website from AMS to AEMaaCS. As part of refactoring, we have moved the clientlibs to /apps/<project>/clientlibs.We have set allowProxy = true and allowed clientlibs from dispatcher filter also. On dispatcher, we have observed that sometimes the requested pages are loadin...
Hi, I am trying to build an archetype49 project using below command mvn org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -DarchetypeGroupId=com.adobe.aem -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=49 -DappTitle="My Site" -DappId="mysite" -DgroupId="com.mysite" Init...
Hi,I'm getting invalide query exception for this String queryString = "SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE(node," +path+")"+ "AND [sling:resourceType] LIKE 'apps/components/componentName"; I tried String queryString = "SELECT * FROM [nt:unstructured] AS node WHERE ISDESCEN...
Hi everyone, I am getting this error while calling the API by using js Ajax.Access to XMLHttpRequest at 'third party API url' from origin 'origin url' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.I have connected with the backend team ...
Hi All,Not all of our users have full privilege on production DAM content and users with read access to /content/dam folder are able to access smart crop button from assets.html pathBut when they try to use the smart crop from assetdetails page they are not able to see the smart crop button.From our...
I am having an issue with updating a specific component's policy. I have updated it in code, but when I deploy the code, the changes are not there. I have a file /conf/project/settings/wcm/policies/.content.xml that includes all policies related to templates and components. Within it I have a custom...
Hi All,Hope you all are doing well,we have a requirement to get the asset path which has a (,) separated values in its metadataWe have written below query////AEM Query////////////path=/content/dam/exampletype=dam:Assetproperty=jcr:content/metadata/target-exampleproperty.value=ABC%property.operation=...