Well, since you've already mentioned that you're having some constraints using Style system then only thing that make more sense is to having multiple views for the components. You can have multiple views for a single component that can be loaded based on domain or any other parameter. E.g. for comp...
Well, AFAIK, there's no such OOTB way available to achieve it. One way you can achieve it either writing a servlet/service and allowing it to create dialog tab by reading the values from Configuration file. If you need to do for multiple dialogs then create a mapping in config file, read the values ...
For the Core Search component, by default no such option available to set the search depth. SearchResultServlet servlet is responsible to get the search results and it internally run a full text search query to find the data. If it doesn't meet your requirement and you'd like to have a different se...
A few times what happens is that when you try to access (let's say) http://localhost:4502/sites.html it shows the following error as described by you. However, System Console works fine. Having such scenario, what you can do is just go to http://localhost:4502/crx/de and login there. Once you'll do ...
Hi @sreekalyani You can try the following approach for Image rendition caching.http://aempodcast.com/2017/assets/asset-rendition-caching-problem-solution/#.XsevrhMzbxU Thanks,Himanshu Singhal
Hi @jezwn The logic of OR split works usual way as described by @arunpatidar. And, as I see your workflow, for approve/reject - you've used participant step. So, it seems like once the operation is done by "Author Admin Approval" - it's going to either Approve or Reject based on the selection and n...
Hi, I've written JSON exporter with Sling model to expose it as JSON. When I try to drag the component on page and then check it with <page url>.model.json - it doesn't show the component JSON. But, when I get to specific node path e.g. <page-node-path>.model.json then it returns the component JSON....
Hi, I'm trying setup AEM datastore on S3. Not using S3 from AWS but from other cloud provider (https://www.exoscale.com/). Is it possible to have the integration with any S3 storage or specifically has to be from AWS? As per the official document from Adobe, it doesn't say anything except AWS S3. Al...
Hi,0,15,30,45 8-10 * * * ? - it's the valid expression but not 0,15,30,45 8-10 * * *Just checked it out there Free Online Cron Expression Generator and Describer - FreeFormatter.com