@EstebanBustamante Thanks for the response, we found a workaround;
As I mentioned, the thread works for property names other than cq:tags.
We found that once we disable the below, it was able to save. Thanks.
Hi Guys.
Need help with groovy scripts.
I have a property String[] which has tags stored in it. I want to move the tags to cq:tags property specifically.
I am able to create the cq:tags property but the data is not getting stored in cq:tags propertyI tried creating another property name other th...
@varaande You can simply use java --version to check, for eg:
Azul Zulu OpenJDK LTS versions are supported for on-premises AEM deployments starting with version 6.5 SP9. Support and distribution of the Azul Zulu JDK LTS versions must be licensed directly from Azul by Adobe customers.
Just that-...
@Anuj31005349h74z I believe for your SPA project you need to use SPA components, Normal AEM components would not render OOTB with the archteype.
https://experienceleague.adobe.com/docs/experience-manager-65/developing/spas/spa-overview.html?lang=en
@sreenu539 It seems since you have specified as
displayedFormat="MMMM DD, YYYY"
it would get converted to that format, however it should still allow you to enter in those formats.
Hi Guys,
A particular group of users are not given read permission on a particular editable template but want to view the thumbnail on the pages created using the template, is that any way to do that in AEM?
@Silvia_Joyce_Balraj There could be some triggers like a workflow or event handler that might be causing the page to publish.
you could look for launchers -
/libs/cq/workflow/admin/console/content/launchers.html
.
For workflows - /libs/cq/workflow/admin/console/content/archive.html and /libs/cq/w...
@Sayali1 core components are version-able i.e. when a new version of AEM comes, it will not affect your current functionality. And if you want to use the latest features available in the new version, just change the reference version of core components in your custom component.
You could create a pr...