Hello ,
I am using /apps/core/wcm/components/carousel as reference ,
1> I want to build carousel component that when we drag and drop the component, it must have the initial set up of image and text component added by default inside the parays
image componet is located at /apps/project/components/image and
text component is located at /apps/project/components/text
I can see the below code in /apps/core/wcm/components/carousel/v1/carousel/carousel.html
<sly data-sly-resource="${resource.path @ resourceType='wcm/foundation/components/parsys/newpar', appendPath='/*', decorationTagName='div', cssClassName='new section aem-Grid-newComponent'}"
data-sly-test="${(wcmmode.edit || wcmmode.preview) && carousel.items.size < 1}"></sly>
2> Using the dialog under items when i add again I should be again added by image and text component to the next item using parasys .
Please let me know how this can be achieved
Regards,
Srinivas