Hi Team , Could you please suggest me which is the best approach to create blog post in AEM 6.4 pages.Can we use community: /libs/social/journal/components/hbs/journal this component ?Do we have a separate template for blog post?Please answer these questions.
Hi Team, Below code is working fine when ${properties.checkbox} = false<sly data-sly-test="${properties.checkbox}"> <div></sly><sly data-sly-test="${properties.checkbox}"> </div></sly> But the same code is not working after adding another opening and closing div just before and after. code which...
Hey Community,Below is my use case :en_gl is master language copyde is translated language copy created from en_gl and further their live copy where msm rollout comes into picture,fr is translated language copy created from en_glnow if i change something in master, it will be passed to language cop...
Hi All, When we publish the page, the cq:lastReplicated property is not updated in the published instance.While the cq:lastModified property is updated, the cq:lastReplicated property is not.What would be the issue here, and can you help me if anyone comes across this issue?Is it possible to show th...
Hi , I am new to Aem. is there any Query to find the assets based on some conditions? In my case, I need to Move the assets that are jcr:created is more than one month ago using Scheduler. That scheduler should run every week.and for moving we have AssetManager.moveAsset() but is there any sample co...
Hello All, I want to do SAML integration with AEM local instance. I have referred some articles it says to create trustlink with IDp certficate. Don't know how to get that certificate. Can someone help me with this ??
I’m trying to build a SQL2 Query where I want to search a String value within a multivalued property.e.g. something similar to this —> SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE(node,’/content/a/b/c’) AND CONTAINS(node.[MULTI_PROP], ‘hello’);Here MULTI_PROP is a String[ ] prope...