If you have knowledge them please let me know and advice me! 1. Where do I set keyword on a property of page of AEM? or where should I set a keyword on AEM for each page? ex) could set a keyword each pages on other CMS as Movable type 2. how and where effect for setting language in Japan? page>prop...
Hi @kautuk_sahni @Jagpreet_Singh_ Is there any plan to bring back the "Ask the AEM Experts" Sessions. I think those sessions were really helpful and since a lot of us doesn't get chance to work on every stack in AEM , these session might help a lot of us in many ways. Would love to see the...
We have upgraded our system to AEM 6.5.8.after upgrading we are seeing the source segment not found exception in production author.During the error asyncjobs are redirecting to error page and move operation is not working.Below are the errors from the screen-shot: [Monday 4:16 PM] Mashetti, Santhos...
The purpose of "use strict" is to indicate that the code should be executed in "strict mode". With strict mode you can not use undeclared variables.My question is, do we need to have this in every piece of custom Javascript file? Can it be set at global level or can we ask AEM to use "use strict" fo...
I know the definitions and purpose of Layout Container and Parsys component. Layout Container:-I see that Layout Container in used in editable template. It act as Container which can contains other component plus it also have feature to divide the columns (12 columns)Paysys :- It act as Container w...
I am referring the document for AEM as cloud service LOGGING, and it said that dispatcher Logs can not be configured. Looking for option to get some cookie value in the Dispatcher logs. Any pointers ?Even if we add Splunk endpoints, does that will stream raw logs or same format we getting at dispat...
Hi, What would be the right approach to enable secure cookies in AEM Cloud? I've been trying by adding org.apache.felix.http.cfg.json with the values below, but that doesn't seem to work. { "org.apache.felix.https.jetty.session.cookie.secure": "true", "org.apache.felix.proxy.load.balancer....
I have an RTE in my dialog with a link plugin, that would update some values data-foo & data-bar and store them along as part of the anchor tag in a property on save. data-foo and data-bar are completely dependent upon the href value mentioned by user in the link dialog. To generate both the values,...
We have upgraded AEM to 6.5.7.After upgrade we haev noticed that publisher is getting down and once we restart the instance then issue getting resolved.When am checking the logs i am not able to find anything. When am going through the thread dumps i have seen below : It holds the lock and this make...
Hi,I've added a new Checkbox in my existing dialogue and it's saved in crxde as Boolean, but when I try to get the value of the property using .model.json, I don't see the property exported. Other Boolean properties from same dialogue are exported.I have tried publishing page and I don't see any err...