Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Render list of tiles from one component to another component.

Avatar

Level 2

Recently encountered with below question. please let me know what can be done.

Developer needs to create a new component called component 'X'. Component 'X' must show a list of all components that all have a resource type of existing Component 'Y'. Component 'X' must render this list of tiles for each Component 'Y' where tile rendering is different from default one. The list of rendered tiles must be reusable by future new components. How should the developer implement this functionality ?

Thanks in advance !

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Create a new component called component 'X' with dialog to configure page rootpath/path, max number of results, list type.

for reference check we-retail list component.



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Create a new component called component 'X' with dialog to configure page rootpath/path, max number of results, list type.

for reference check we-retail list component.



Arun Patidar

Avatar

Level 6

The component X should render the component Y using data-sly-resource and pass selector for  rendering is different tile. 

See the Core carousel / Tabs component.

 

@arunpatidar the list component does not have the above functionality(allow another component ) as described.