Good day everyone,Got a query regards the date.We have a property name contentDate:@ValueMapValue(name = "contentDate", injectionStrategy = InjectionStrategy.OPTIONAL)private String contentDate; with properties like this on the dialogsling:resourceType="granite/ui/components/coral/foundation/form/...
Can we have brand portal configured on lower environments as well along with activating on production environment.According to the document Configure AEM Assets as a Cloud Service with Brand Portal | Adobe Experience Manager the brand portal can be activated on production environment, but there are ...
I'm having differing results when running a query via the query builder and via a component building the same query, mainly on the order of the results. Setting orderby.sort = desc in the query builder gives me exactly as I would expect, in this case ordering results by publication date starting wit...
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?A . /autolnvalidate trueB. /autolnvalidate "1"C. /enableTTLtrueD. /enableTTL "1"
An AEM application requires LDAP Service integration to synchronize users/groups.Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)A . Apache Jackrabbit Oak AuthorizableActionProviderB. Apache Jackrabbit Oak Solr server providerC. Apache Jackrabbit Oak CUG Configura...
Hi, I am facing an issue where my custom component is showing me the changes that I have made in the dialog. I have to refresh it manually after editing it to reflect those changes. Is there a way to fix this?
What are the option to clear the etc.clientlibs folder in dispatcher under "/var/www/html" directory. Some times we need to make a change in clientlibs in CRX or publish React SPA site page but etc.clientlibs folder doesn't get clear in dispatcher flush. Given we don't have access to Prod dispatcher...
hi folks, i want to know if it is possible to deploy <server> configuration in maven such as id username and pwd using settings.xml defined in our repo at path /.cloudmanager/maven/settings.xmlwe want to make the artifacts available to anyone from the remote server without explicitly defining the se...
Hello, I manage an AEM site on Adobe Cloud, tailoring it to a specific organization. We maintain three environments: Dev, Stage, and Production.As you can see, we want to improve Cache-Control: Private (Images Only) to Cache-Control: Public (Images Only). When we follow up document in https://experi...
Hi,I have created a button for which I would like to get loaded some js from clientlibs folder.The clientlibs folder is created with some categories andcq:ClientLibraryFolder jcr:primaryType (screenshot 1) and containing the script universaleditor.js. The button "universaleditor" has the child "item...