Hello, I have an issue with loading the custom fonts in AEM 6.5.6.0. I have created the resources/fonts folder and kept the custom fonts and also set the allowProxy to access the Clientl-Library which is under /apps/. Below is the entry that I have referenced in my css file.@Font-face {font-display:...
Hello All - Could someone clarify the below?Question 1:There is a dropdown in a dialog with some options as dropdown values. I wanted to display the "Option C" only for the selected user group or admin user.is there any way to accomplish without using any datasource.<items jcr:primaryType="nt:unstru...
Hello Community - There are some issues with rollback of the installed service pack (6.5.11) on our AEM instance. We have followed the below forum to rollback to previous version but no luck. Even after the uninstall of the service pack or installing the /lib folder taken from the other environment ...
Hello Community - I am loading the clientlib based on wcmmode. For some reason it is not working as expected. If I access the page in edit mode, it should load only the categoryA clientlib not categoryB but I could see categoryB is also loading when I check the network calls.is there any issue with...
Hello Community - I have an existing site which is in English locale and don't have any Blue Print, Live Copy or Language Master(Language Copy). Basically my requirement is to create a new locale (German) and translated all the english pages into German using Translation service. I have created the ...
@Reini - This is probably an issue with your servlet. Check your servlet's key & value you are returning. Please share your servlet if you want me to check.
@Reini - Can you try this dialog? <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"jcr:primaryType="nt:unstructured"jcr:title="Multifield Component"sling:resourceType="cq...
Hello Community - I have a workflow, whenever it is executed, it will create a package in the package manager. I would like to post the package into Jenkins as part of workflow process. Can someone tell me how to achieve this.