Hi @konstantyn_diachenko I am creating the clientlibrary under the dialog /apps/cq/inbox/content/inbox/dialogs/clientlib-inbox, when i tried adding the category and the js still the js is not getting reflected and I am unable to get the validation work.
How to add minimum characters restriction for the "Step Back Item" comment field in the aem/inbox.I overriden the comment field but when i try to add js it is not reflecting.I am using AEM 6.5 version
while registering the servlet using path can i use the .* example@Component(service = Servlet.class, property = { "sling.servlet.methods=" + HttpConstants.METHOD_GET,"sling.servlet.paths=" + "/bin/test","sling.servlet.paths=" + "/bin/test/.*",}) When i am trying to hit http://localhost:4502/...
Hi @HeenaMadan I need to create a new CF and add the date field with value to it. In this case i need to create model as well. The ResourceResolverService import is not happening
Hi,When I am trying to push the newly created CF model to publishers it is blank, the old one's are working fine only the newly created are coming blank in publishers. Can anyone help me to understand this?
When I am trying to translate the content via X-connect one component content is not getting updated in the zip file, How to include that component to translate?
Hi,We did the URL shortening for the site https://www.test.com/content/test/en_us/test.htmlSo the URL now is https://www.test.com/en_us/test.html but we are still able to access https://www.test.com/content/test/en_us/test.html is this expected behaviour or still we eradicate the /content path fully...