Expand my Community achievements bar.

SOLVED

First Image in Parsys with cq:include

Avatar

Former Community Member

I have a parsys that contains a number of custom image types. I'm building a component where I want to include the first item in that parsys. What is the best way to accomplish this? I should also not that when the image items are re-ordered in the parsys, I always need to take the first one.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi There,

Thanks for reaching out to Adobe Community.

You can create an AEM component that manages text and an image. Also, the component that you learn to create in this article has a CQ dialog box that lets a user select an image during design time. 

https://helpx.adobe.com/experience-manager/kb/creating-cq-widget-supports-image.html

Thank!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi There,

Thanks for reaching out to Adobe Community.

You can create an AEM component that manages text and an image. Also, the component that you learn to create in this article has a CQ dialog box that lets a user select an image during design time. 

https://helpx.adobe.com/experience-manager/kb/creating-cq-widget-supports-image.html

Thank!

Avatar

Former Community Member

Creating a new component seems a bit superfluous for getting the first child node of a given path. I have a path to the parsys, I simply need to get the first child node for a given a path within a cq:include or sling:include.