So here are my data structure:
I want to render elements with the same type grouped by a div
something like :
<div>cmsParagraph</div>
<div class="wrapper">
<div>cmsImageZoom</div>
<div>cmsImageZoom</div>
</div>
here is my component loop :
Any ideas !?