I hv a requirement using the same editable template I have to create 10 pages out of which 5 pages' header footer complete layout is different from the other 5 pages. How to achieve this with one editable templatePlease help me with this urgent requirement. Thank You.
While using the below code to get the asset path getting null pointer . Can anybody help me is there any other way to get the asset path?
public class ExamplePostProcessor implements SlingPostProcessor {@Override public void process(final SlingHttpServletRequest request, final List<Modification> m...
Hi @Manu_Mathew_ ,
Thanks for ur quick response. Just wanted to check if I use the query builder do i need to run the query each and every time whenever I publish some news article or is there any other way to do this?
Thanks,
divanshjohndigital
For Implementing a Search Component I have used query builder API but it seems like it is causing performance issues as it searches fullsearch under /content . Is there any other way to implement the search component please let me know.