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

Rearranging of fields inside component using the Core component childreneditor

Avatar

Level 1

In our current implementation we are using Childreneditor as resource type to implement multifield functionality in the component.
Once the fields are authored and we try to use the re-arrange option to interchange the filed values and save the dialog. The dialog doesn't save the the changes and the same don't reflect on the page either. 

Also, referred to the below articles:

https://github.com/adobe/aem-core-wcm-components/issues/696

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/customizing-the-childrened...

 

Does anyone have a solution on this?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Pooja_K ,

 

Simply adding sling:resourceSuperType to 'core/wcm/components/carousel/v1/carousel' to component properties should resolve the issues.

Also, we need to remove all java script issues related to dialog Clientlib, if any.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Pooja_K ,

 

Simply adding sling:resourceSuperType to 'core/wcm/components/carousel/v1/carousel' to component properties should resolve the issues.

Also, we need to remove all java script issues related to dialog Clientlib, if any.