This question was boggling me for a while and I had to learn. We have an AEM project with regular components. CSS and JS are in ui.frontend and are regular web components (non react). Now I want to use react for couple of new components with SPA Author support. Do you guys know of any tutorial or do...
I ended up creating a custom model class. As we have the path for Experience fragment in JCR of the page I modified the path as my custom requirement. Updated the experience-fragment's htl code used my model.
Just updated data-sly-resource@path value.
Default Experience fragment code below for refe...
I am working on a project where experience fragments and pages are being translated. I am using an experience fragment in a page, when I got into a the language copy (translated ja_jp page) it not pulling the translated experience fragment. It's due to the folder structure of experience fragment whi...
Hi, I was trying to find a SonarQube plugin which contains the same rules that are used in Cloud Manager.I tried this plugin with v1.6 but still the results were missing some bugs found in Cloud Manager.https://github.com/wttech/AEM-Rules-for-SonarQube If there is some way I can import the same rule...
For aem 6.5.12 you guys can use this package.https://github.com/pedapudibhargav/publishStatusIndicator6.5.12
For other versions please checkout the JSP file /apps/cq/gui/components/coral/admin/page/columnitem/columnitem.jsp available in the package.
Hi I have a component where I need to get tags and render their localized titles. I have localized titles for tags and I would like to access those localized value, but not sure how to any suggestions please?HTL<ul><li data-sly-repeat.tag="${relatedTags.iterator}">${tag.title}// get localized title<...
Hi, I was trying to follow this tutorial. When try starting the local react app "npm start" local react instance throws the below error. Any idea how to get it working?FYI, I am logged into my local instance of AEM and it's up and running.