Solved
resource object in sightly
Hi All,
How to use resource object in sightly html file. I have to get fileReference parameter from the resource object. Please help on this.
Best regards
M. Ramana Reddy
Hi All,
How to use resource object in sightly html file. I have to get fileReference parameter from the resource object. Please help on this.
Best regards
M. Ramana Reddy
This works for me...
<div data-sly-list="${resource.listChildren}">
<div>${item.path} ${item.sling:resourceType}</div>
</div>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.