Hello,I am working on a use case -->Indesign template editing inside AEM, where I need to control the display of font in the edit template dropdown. Eg:When I install the font in indesign server, I need to add the same font name in the dropdown..so while processing the indd template (If we choose th...
I'm looking for instructions on how to set up a local development environment from scratch on a brand new Windows 10 machine using the latest image of this: https://hub.docker.com/r/aemdesign/aem. Do detailed instructions exist for a relatively newbie that includes step-by-step instructions, i.e., i...
Hi Everyone, We have recently upgraded from AEM 6.2 to 6.5. When we tested the search functionality, we encountered that few of our queries are not executing and throwing an error. I am pasting one query here for reference : select [jcr:path], [jcr:score], [rep:excerpt] from [nt:hierarchyNode] as a ...
Hi, I have integrated my Site with Magento and able to see my products and different variants. But the Add to Cart is disabled.I am using the code from aem-core-cif-components. Upon debug i can see variants in variantSelector.js are blank. this._state.variantData = JSON.parse(this._element.dataset.v...
Hi, I am getting the below console error for MIME type ('text/html') is not a supported. Could you please provide input as how could I resolve it. 1>StoreMgr undefined:- script from location :- /libs/cq/personalization/widgets.min.js 2>Namespace undefined:- script from location /libs/cq/analytics/w...
Hi,I have overlay the experience fragment properties from this path(/libs/cq/experience-fragments/components/experiencefragment/cq:dialog/content/items/tabs/items/basic) to our project structure and introduce the new customized checkbox field in basic tab. So the checkbox available while we creatin...
Hi , I am getting the below console error how could I solve this issue. Refused to apply style from '<URL>' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled Thanks
Hi , I am getting the below error in console and is related to clientlibrarymanager.min.js Could you please provide inputs as how could I resolve this.It shows an error as console.log("LibraryManager: --\x3e evaluating js include failed: ",a)}else document.writeln('\x3cscript src\x3d"'+a+'" type\x...
Hi,I am trying to set some value in request scope and fetch the same in HTL, it is not working, Not sure if this is doable in HTL without using Use API or backend changes.product.jsp:<%@include file="/libs/foundation/global.jsp" %><%boolean isActive = false;%><c:set var="productStatus" value="<%=isA...
Hi, I have a component with has a parsys inside it.Now on breaking the inheritance on a page for this component works flawlessly as expected. Now for a different requirement i am provided a path, but i need to check if the provided path's inheritance is broken or on. How to achieve that?FYI: I have...