@Prithwiraj_Deb I think there is an open bug in the ACS commons reporting feature for the replication status column.
Please check link below:
https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2812
@Angelger I think you are referring to below links, let me know if not
https://medium.com/@lehenetudor/aem-grid-vs-bootstrap-grid-which-one-to-use-4e5a65fd25ed
@MoiezMa how are you building your clientlibs? If you ate using your ui.frontend module, in your build script you can generate md5hash for each file you generate and place it in filename, your Frontend engineer should be able help with this ask.
@RajeevBo it's all about hitting an AEM page from AeM publisher and storing it as redirects in webserver, be it apache or IIS, while I am not expertise in IIS, I am sure you should be able to write a bat file kind thingy to do similar job.
@ShaylaBl alttext, captions, description can be either managed in AEM sites component or managed at central place such as Asset metadata.
Few things to consider:
If managed at sites page components:
Flexibility to manage along with page contentCan be different for different pages based on context...
@Aaron_Dempwolff why do you want to create pages for each product? Will it be possible to explore how OOTB CIF component architecture follows? Create single, generic page in AEM and use same page with a selector to identify productid, serve content based on your product information.
<domain>/us/en...
@SaumyaJa it depends on how are trying to use those react components, are you trying to build a SPA website? then mapping AEM components resourcetype to React SPA component. But its not mandatory, you can also just load those clientlibs on the page and hyderate React tags for each components on the ...