1st method: I have an exporter model without any resource type, this is generally a page model. When I call this model through customheaderlibs.html, it is getting called on page load but I am unable to see any JSON for the same, want to get Json for the getters inside the model.This model Json we w...
Hello, I was testing GraphQL Fragments https://graphql.org/learn/queries/#fragments in the Headless Demo on Cloud and noticed that they don't allow for any data to be returned. The _path returns, but ONLY if it is also listed under "item" as well. All the other fields return null. It doesn't seem th...
I have setup dispatcher in my local but the pages I viewed are not getting cached inside htdocs.I changed docroot location to htddocs and made necessary changes in dispatcher.any file also but still not able to cache pages.I can see the pages accessed in access.log file but under docroot the pages a...
Hi Team, We are using Color Picker rte plug-in in our Text component and Its working fine but the issue is when we try to use color picker its applied on the text but when I try to close the dialog of color picket with escape button then It is throwing below error. Please give us a solution on this....
Hi Team, I tried working on sling jobs for ReplicationAction,When I entered EVENT_FILTER it's not working, without FILTER it's working but to log replication event under specific path I gave filter but it's not working,any suggestions on this issue? Thanks in advance.EventConstants.EVENT_TOPIC +"="+...
Hi Team, I went through the BYline Component of wknd tutorial there I found this linemodelFactory.getModelFromWrappedRequest(request, request.getResource(), Image.class); what getModelFromWrappedRequest method does?