/libs/cq/gui/components/authoring/dialog/dropdownshowhide/clientlibs/dropdownshowhide/js/dropdownshowhide.js supports showing or hiding fields based on a single dropdown option, it doesn't account for multiple selections. To achieve that functionality, a custom JavaScript solution is required.
You c...
By default, the full-text search filters operate up to a depth of 3 levels (/oak:index/cqPageLucene/aggregates/cq:PageContent). If your JCR content hierarchy extends beyond this depth relative to jcr:content, you should include additional criteria such as include4, include5, and so forth or create a...
We recently encountered the similar issue and after consulting with the Adobe support team, able to customize the email template in AEM Cloud by placing the en.txt file at the following path:
/conf/global/settings/workflow/notification/email/default/en.txt
https://experienceleague.adobe.com/en/docs/...
From Abode Documentation
It is assumed the 3rd party jar is an OSGi bundle
It seems the Jar is not OSGI compatible. You can try this approach using bnd-maven-plugin
https://myaemlearnings.blogspot.com/2021/12/embed-third-party-dependency-using-bnd.html
You can use AssetReferenceSearch get the resources referenced by the page. It's constructor takes the node (content node of the page ) to search under, path where the assets are stored (can be /content/dam ) and Resource Resolver.String Pagepath = "/content/we-retail/en"; //This would be your page p...
You can utilise design dialog to achieve the functionality._cq_design_dialog / .content.xml<logoutDisabled jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
checked="false"
name="./logoutDisabled"
text="Disable Logout"
uncheckedValu...