A developer needs to change the label "Sites" in the navigation of AEM author to "Websites".
Which action should the developer take to achieve this?
A developer needs to change the label "Sites" in the navigation of AEM author to "Websites".
Which action should the developer take to achieve this?
To change the label 'Sites' to 'Websites' in the navigation of AEM author, the developer should create a new node in /apps/cq/core/content/nav/sites and update the property icr:title. This approach follows best practices in AEM development, which emphasizes not modifying anything directly in the /libs directory. Changes in /libs can get overwritten during system updates or patches, which is why it is safer to overlay the required changes in the /apps directory.
I think it should be C. We don't do modification in libs.
Answer: C All documents provided by adobe will say that do not change or modify anything in libs folder because every time you update any service pack of instance all the changes will be overwritten Reference link (youtube video) https://www.youtube.com/watch?v=jFUmEtrhr1Q
its c final
I think C is not possible. Tried to do but conflict arising.