Hi everyone So, there is one requirement in which we have to show the top N number of destinations in the carousel and whenever a new destination is added to the top category it should automatically come on that carousel. How can we achieve that?
I tried this method the only error I am getting is in creating the nodes sling:configs under ca and de. CRX DE throws an 409 conflict: Unexpected child node found in a new node.
I have this following multifield component with field type text field and name property is ./text and multifield is composite. So, what will be the sling model for that to show the values on HTL? <?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" x...
Suppose, we have 3 pages (page 1, page 2, page 3) and we want the pages to be approved by 3 different users using workflow. For example any changes happen in Page 1 then approve request should go to the user 1 and in Page 2 should go to the user 2 and so on. How can we achieve that?