Hi Everyone,I am writing curl command to create nodes ("http") inside "etc/map.publish" but it's always updating the inside of "etc/map/".Can someone help to create/update nodes inside of etc/map.publish both author & publish.Publish===========curl -u admin:admin -F'sling:match=localhost.4503/xyz' ...
For upgrade, instead of following the steps given in the documentation (https://docs.adobe.com/docs/en/aem/6-2/deploy/upgrade.html), will it be enough if we just launch a fresh instance of the new version and package and install our application content (content, configurations, bundles, etc.) into t...
Hi,In my case I want end user hitting <hotsname>/content/bootstrap-creative/language-masters/en/products/shoes to be served content from /content/bootstrap-creative/language-masters/en/products/shoes.html.If user hits with .html extension then also user should be served.I have thought of a solution ...
Hi,I have created a live copy from Geometrixx site. I have pointed cq:template and sling:resourceType of parent page to my custom template and page component. I have created a new child page, when I checked the page properties of child page I don't see inheritance on my child page.-Sample/ -en/ ...
This is the issue.I have followed the guide in the official documentation. Additionally, I created a virtual host for invalidation_only though that was not explicitly in the docs, but I found that as a recommendation in this forum.What is happening is:I have /content/sitea and /content/siteb.I send ...
We are currently developing a translation connector based on the example implementation (https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector) and using the translation API documentation (https://docs.adobe.com/docs/en/aem/6-2/develop/ref/javadoc/com/adobe/granite/t...
Have requirement: when component with pathfield in the dialog is dropped on site A, the pathfield rootPath should become /path/to/site/AWhen the same component is dropped on site B, the pathfield rootPath should become /path/to/site/BHow would one achieve this in AEM with minimalistic amount of chan...
Is there a way of adding locations to the contexthub drop down? For a demo I have temporarily modified /libs/granite/contexthub/components/modules/location/clientlib/renderer.location.js to add a couple of locations in the predefinedLocations array. However, I would like to have a more suitable so...
Hello, I am this specific requirement where pages are created as 1, 3,5,2,1A,4,2B...10,11,12 etc. I am having difficulty while fetch the pages and it comes up as 1,10,11,1A,12,2.... and that is not desired. I can not use listChildren method as it would give me the pages in the order they are create...