Thanks for the answer, but this is not what I'm looking for. This is purely based on 1 property the sorting is happening, I want to use something like if there is publication date property is available then use it otherwise use the last modified date. Both are date properties.
I want to write a query in AEM query builder to fetch the cq:Pages under a path based on some tags in descending order based on multiple value.I am able to write the query but the sorting part is little tricky. We have to sort the result primarily on publishedDate. if it is not there then use the la...
I am facing a problem as described below. My parent pom doesn't have added any dependencies. Core pom file has the following dependencies <dependencyManagement> <dependencies> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>bom</artifactId> <version>2.20.62</ve...
I tried .content as well. But see adding the portion of source code below.
<link rel="stylesheet" href="/libs/cq/experience-fragments/components/xfpage/content.min.css" type="text/css">
It is not fully qualified path. In the consumer-side if this code include, may be virtually it won't load t...
Thanks in Advance. Now I've a problem to solve.
We have to export the Experience Fragment as HTML. I know the the OOB functionality is there, using .plain selector. I need to satisfy certain conditions here.
1. I don't want the enter xf page need to export(exclude <html>,<head> etc). Only...
Yes, Thanks for the update. But I could see the .hidden group components used in templates for the project I'm working on. May as you said it is not adobe suggested way of development.
I was trying to create a XF . Created XF template type by copying the wknd's XF template type.
But when I'm trying to create XF template using the created template type, I found a strange situation. All the .hidden group components are not present in the allowed components list. But I need those co...