We have a multifield content fragment and we are using Assets HTTP API in order to update this content fragment. We want to specifically update just the 2nd String from the list of multifield values but the PUT call request is expecting the entire request body. Is there a way to just target the sec...
Is there a way to add a data attribute in _cq_htmlTag.xml? <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" cq:tagName="header" class="c-public-header" />
Hi All,We have migrated content from one platform to another.the number of fields migrated to multifield dialog is around 3287~ where as if we open the component we can able to see the dialog till 2992~ and after that the remaining fields or content are not visible. Does anyone faced the same issue ...
If I have a page path of /content/country/us/oregon/portland/homepage, how does AEM look up this path? I know AEM JCR database is No SQL, so there won't be any primary key or foreign key involved.
Hey guys,I am working on AEMaaCS, trying to use acscommons.io.jsonwebtoken in a util located in core project.In my uitl, I:import acscommons.io.jsonwebtoken.Jwts;import acscommons.io.jsonwebtoken.SignatureAlgorithm;I am following the guide:https://adobe-consulting-services.github.io/acs-aem-commons/...
Hi,my AEM bundle is not starting on local due to "org.apache.sling.servlets.annotations -- Cannot be resolved".I can't find any bundle exporting "org.apache.sling.servlets.annotations". The package is needed for using SlingServletFilter.I wonder what I might miss because it was already running like ...
Is it possible to adapt to great grand children using sling models. My content structure is as below which is created using nested multi-field.comp-node/ multi-field-node/ item0/ sub-multi-field-node/ sub-item0/ sub-item1/ item1/ item2/As I understand w...
When i try to add event filters property for page events .Event handlers are not able to listen to the page events ,But the same code is working with different event topics like resource added ,remove ,changed .When i remove the event filters property its working fine for page events also like page ...