Hello,I'm working actually with AEM, and I was wondered if it is possible to display an image/asset with its URL outside AEM using and img src.For example, I have my website in AEM with all the assets, and I use actually the assets API <img src="/content/dam/..../assets/myAsset.png"/> to display in ...
Hey again, finally I fixed it ! Got this error because I use a color picker component where Jquery was not included as a dependency.Thanks for the help
Hello guyz, thanks for you answers Actually I removed all the potential include to Jquery in my template(s) and page/components, but I still got this error, I suspect it comes from something else but I can't figure out from where..I don't understand how I got an error "$ is not a function" from a "c...
Hello thanks for the answer Actually I was hoping to get a tutorial or at least more informations on the process to implement a vue.js app/site in AEM.Is using Vue.js with AEM possible? topic is OK, but I think it's not with this 10 lines answer that a rookie like me can manage to achieve a full imp...
Hello everyone, I got an error when I go to my site, actually I think it's Jquery the problem but I can't find how to fix this..here my component page:<html data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html"> <head> <title>My Title</title> <sly data-sly-call="${clientli...
Hello,I'm actually stuck trying to import and use a vue.js application in AEM.I generated the static files and I want to import it in AEM so it will be usable/rendered and/or editable in my AEM instance, but actually I don't get how to make this happen, and there is absolutely no "tutorials" or docu...