Thanks @Jagadeesh_Prakash @Sady_Rifat @arunpatidar for the suggestions and perspectives.
On further analysis, I could break down the areas into following parts:
- Node and npm install: This should be cached as suggested by you as well. In our case, caching is already in place.
- Webpack execution: F...
Hello @jeremylanssiers
You should be able to get some good pointers here https://www.slideshare.net/connectwebex/jcr-sling-or-aem-which-api-should-i-use-and-when
https://stackoverflow.com/questions/45376376/jcr-api-or-apache-sling
Thanks @arunpatidar for the suggestions.
We are using Cloud manager, but prior to that Jenkins build also occurs.
So, we are looking for ways, to reduce time in both places
Hello,
In AEM projects, often ui.frontend takes the max time to build. If a customer has multiple code bases, then the total time to build multiple ui.frontend modules is very high.
Could you possibly share some best practices that would help bring down the time taken to build a ui.frontend module...
@Roo In case its an AEM as a Cloud Service instance, you would not be able to set permissions on a running instance on immutable areas.
/apps and /libs are considered immutable areas of AEM as they cannot be changed (create, update, delete) after AEM starts (i.e. at runtime). Any attempt to change...
Hello @RooRue
As per my understanding, "Design" mode is available only for pages created via Static templates.
Are you creating the new pages using the same templates as the migrated content?If the designPath configured in the hierarchy of these pages?
Hello @cosmicthief
For including tabs of another component's dialog, please refer to an example on https://competitiveprogrammingarchives.home.blog/2020/05/09/aem-reusing-touch-dialog-fields-tabs-using-include/
I hope that helps !
Hello @cosmicthief
There would be 2 pieces for using OOTB Button component in another component"
1. Dialog: Possible approaches to configure:
-- Add fields to custom component, with property names as OOTB button.
-- Reuse the tabs of the OOTB button component by including it.
2. HTL: Use data-s...
Hello @Vani1012
Please try to first use the
grid.less that would be created from latest maven archetype.Or try we.retail site first (with no custom code) on AEM instance.
That would help you understand, if its an AEM issue, or some modification is grid.less/project-specific CSS thats causing it...