Hi Team, I have created AEM Maven project using archtype 15, whenever, I make changes, after few days if I refresh Styles are just not appearing, after refresh all styles were gone. This happens with me multiple times.Could you please suggest what can be the issue. And, can we make full fledge websi...
We are ran pattern detector on AEM 6.4.8.2. Pattern detector gave a possible incompatibility as below, The content stored at /apps/roche/diagnostics/components/marketingTile/cq:editConfig/cq:dropTargets/video/parameters by including (sling:resourceType) the JCR path at /libs/foundation/components/vi...
With the default implementation of the styles plugin in RTE, I am able to add multiple classes to the selected text. The recent selection gets nested to the previously selected option. Is there any configuration that can make styles plugin to not chose more than one style for any selected text?
I want to add Asset Share Commons Site into my existing AEM maven project. I will be doing custom development for Asset Share Commons. Link to Asset Share Commonshttps://github.com/adobe/asset-share-commons Can someone provide steps for what configurations and folders/files need to be placed into my...
With EPiServer CMS cloud (aka DXP) , you get Azure Application Insights (now called Azure monitor) out of the box. This allows you to query things like how long requests took, which generated errors, how long dependencies took (e.g. api calls made by the server to other systems) etc. You can also in...
If you find a component using querybuilder, it gives you a ValueMap of the properties. The components in question already have a full model defined. Is there any way to get the model back, instead of the value map? Hand writing method to copy each field into the value map would be onerous and fail ...
As aem forums always deletes my post for no reason, Ill try putting the question into the response part. Please read the below reply for the question.The problem is I cant find a way to combine two value maps. doing .putAll() fails (not supported), and so does constructing a new one.
trying to combine 2 valuemaps into 1. putAll fails with null pointer, and it doesnt not seem possible to create an empty valueMap. Any ideas for another option? I have tried posting the full info on why we are doing this, but the forum system always deletes it, so trying this short version. pre...
I have posted a question about 10 times. Each time, after about 1 minute, the question disappears from the forum for no apparent reason. The post contains no markup, no links, only text and a code example. After posting it says "success, go to question in forum". I click on the link, and there is...
there are some references to facets and buckets with relation to using querybuilder to search through the content tree. What are facets, when and how should they be used?