Hi @abhi-ecm , It is possible through Sling Dynamic Include (SDI) where dispatcher is able to cache the whole page but dynamic components are generated and included with every request. Please check the below documentation for more details. https://github.com/wttech/Sling-Dynamic-Include https://expe...
Hi @Shaheena_Sheikh , If you need to refresh the page on specific field edit and not for the change in other field , option would be custom listner.. On change of field , set a flag. If flag is true, refresh a page with window.location.reload()
Hi @Mayukh007 , It is possible by overlaying the Apache Granite HTML Library config so that config will not be overridden by next deployment and also you can make config specific to author alone. So please follow the below steps. 1.Overlay the config, Apache Granite HTML Library. 2. Disable the min...
Hi @smkswamy , Please have a look at below thread for more information. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/feasibility-of-wildcard-for-path-saml-authentication-handler/qaq-p/308285https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/bypass...
Hi @aembeginner1 AEM supports grabbit for content sync but preferred one is vlt.But vault downloads all repository data. Not just delta content. Difference between vlt n grabbit is explained in below Adobe doc 6.5. Please have look( check migrate between experience manager deployment section) https:...
Hi @akaria , It is possible with custom implementation with hide/show the tabs. But you need an identifier to choose while creating the page as it is a single template and page properties has to behave differently with page creation. One of the custom solution would be1. Create a template with page...
Hi @JessicaZBA Please check if the content is blocked. Please check the below thread for similar issue is resolved https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/wknd-tutorial-chapter-8-unit-testing-missing/qaq-p/303839