Content Tree: Any component which uses core/wcm/components/image/v3/image as super type always displays as a root item in the content Tree
We are trying to make better use of the core components, but we did notice they (Image V3) have some weird quirks
Normally when you have a container component and place sub components inside of that grid, this is reflected in the Content Tree
e.g.
SectionComponent
---> GridComponent
-------> GridItemComponent
However in this case we would have a GridImageItemComponent
But it shows up like this in the Content Tree
SectionComponent
---> GridComponent
-------> GridItemComponent
GridImageItemComponent
We would have expected this component to be visible like that:
SectionComponent
---> GridComponent
-------> GridItemComponent
-------> GridImageItemComponent
We downloaded the source of the v3 image component, but could not find anything weird in the files that might caused this.
Do you guys know why this is happening, what would we need to overlay to make the core image component behave similar as the other components when dealing with the Content Tree view within the AEM editor.
Thank you in advance!
Kind regards,
Dennis