Expose content as json - Multiple resourceType
I have a use-case where I want to use expose a JSON(Multiple resource types).
/content/wknd/poc/jcr:content/root/container/imaewithtext.json .its exposing only parent content not child components(Text and Image)
<div class="imagewithtext">
<div data-sly-resource="${'image' @9556322='wknd/components/text'}"/>
<div data-sly-resource="${'image' @9556322='wknd/components/image'}"/>
</div>