We had a similar issue and we have implemented editable templates successfully along with inheritance. How:Create base page component all the template types you need.Create number of templates you need.Under created template add iparsys node (in our case header and footer) with resource type wcm/fou...
We had a similar issue with MSM sites where we had a requirement of same header with different contents. So we come up with iparsys solution along with editable templates. To achieve this create iparsys node below structure node in /conf where your template is/are presents. Then use these iparsys he...
AEM by default support most of the language search with query builder API. So make sure you are reading the search team in request parameter using UTF-8 format.Thanks,Amogh
You can refer to following link - https://github.com/nateyolles/aem-akamai-replication-agentThough you need to update the POM and some authentication code part to make with work with AEM 6.3 and above. Thanks,Amogh
I assume you want to add some components as your initial content. If so, then just add it using editor first and then copy-move/modify the generated nodes with new component or whatever you need.Thanks,Amogh
Use https://datatables.net/ plugin to generate table on page and the bind your data using Ajax. You can also use use-script along with jsoup api to avoid jquery/ajax. Adding some sample code for your understanding. You can then use this in your component html."use strict";
var jsoup = Packages.org....
The easiest option is to create same pages on author at the same path with same name and then deactivate it.You can also use acs-commons test page generator tool for ease.Thanks,Amogh
Check if there are any spaces after the template path in newly created pages or this could be an issue with indexing. So try re-indexing the cq:template property here /oak:index/cqTemplate Thanks,Amogh