The default cache expiration for images served from Dynamic Media (e.g., https://images.trex.com/is/image/trexcompany/enh-laplante-006-rh-railing-lighting-furniture-aerial-drone-1) is 10 hours. We would like to be able to increase this to improve site performance by not re-downloading images that a...
@Saravanan_Dharmaraj After selecting "empty project", I find myself on the screen shown below. Is this the correct place? I do not see "Developer - Cloud Service".
Hello. I need to download a log from our prod instance in AEM Cloud, but the log is too massive to download or read once downloaded. Is there a way to tail logs in AEM or is there a way to only download the last 60 minutes of log entries? Thanks! Jeremy
Hello.
I have some content fragments and I need to get the cq:parentPath value, which I see here:
I have tried something like this, but the ContentElement is null
ContentElement test = resultResource.adaptTo(ContentFragment.class).getElement("jcr:content/cq:parentPath");
How can I find th...
Everything works fine locally. It's only when it goes to the cloud that things fail.
How can I test this in CRX? Besides just expanding the node and seeing the value?
I have some code like this in an html page:
<sly data-sly-test="${properties.showPinterestSave == 'true'}">
For some reason that I cannot tell, the code using this is not working on some pages on our published environments. I can look in crx and I see this value appears to be correct. I could add ...
Nikita,
Well, I may have made some progress. I added /jcr:content to the end of the path for my asset and now I'm seeing my property in CRXDE:
However, I still don't see it being set on the page properties:
I feel close, but not quite there yet.
Nikita,
Interesting! It works for you but not me
The path "/content/trex/language-masters/en/deck-ideas/qa-with-diy-pete" is the path to the page. If I put the .html on the end, getResource returns null.
I also noticed that if I hover over the properties in VS Code, I don't see this propert...