We are experiencing strange issue with the website. We set of cookies that are rendering fine on PROD without httpOnly and without secure flag. Same cookies are rendering opposite to this on Stage server. We have verified everything on Akamai and Dispatcher level but could not find any difference in...
Agree. But the reason I posted this here is I need to know if having blueprint for the site is mandatory or not? I can provide more information if you need to.
Hi Team, We have multi tenant website structure requirement and here is how we are planning to do it: The tenant has both language copy and normal live-copy requirement where content will be rendered only in English but can be modified later. I believe both structure are correct but I need someone f...
Hi smacdonald2008 ,On which AEM version you have tried this? This is not working for me on AEM 6.2 CFP3. In the article as well they have given it for AEM 6.3Also, can send your inplace config xml, so I can compare mine with the same.
Hi smacdonald2008 ,I have tried doing the same and was not able to add color picker inside the table component in place editing dialog. And as a workaround, I came up with another solution to adding custom fields inside the cq:dialog and manipulating them through jsoup api before loading it on the p...
vsmacdonald2008 wrote... When creating an AEM project- start by building a project using AEM Archetype 10 project: https://helpx.adobe.com/experience-manager/using/first-arch10.html You will see a lot of default files that you can look at. The article explains most of them. As you get deeper into ...
What could be the best project design that's need to be followed while working in AEM ? Do we have any proper document available on this ?As i have a requirement of new project and below are my doubts:-- We should have page-component and template for each and every page, even if header and footer is...
Hi All,As AEM 6.0 consumes too much disk space because of Tar files getting created after every package install. I am using OAK offline tar compaction to reduce the disk space. And there are certain doubts and difficulties i am facing while doing this.Doubts: How much free disk space is required to ...
There are total 8 XHR calls which are happening after page loads and all of them are ajax webservice calls.Minifying HTML may help in some case but not sure how to do this in AEM.