@varaande It could be eighter the user is not logged in, if so you can do it by appending this path- /libs/granite/core/content/login.html
or you have logged in using a non-administrator user which might have permission issues, if so you might need to log in as admin and set appropriate permissions ...
@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?