Reuse block editor custom views from parent custom view
I want to have a block list editor which i can add sections to it. Each section have another block list editor which i can add other components to it, like a title, subtittle, paragraph, image, etc.
Each subcomponent has a custom view for rendering in the backoffice. I already know how to do that. Then i would like each block section to have a custom view to render the blocks inside. For it i would like to reuse the custom views of each subcomponent.
My question is, inside the angularjs custom view of the section (the parent component) how do i loop through the children components and render each custom view?
Reuse block editor custom views from parent custom view
I want to have a block list editor which i can add sections to it. Each section have another block list editor which i can add other components to it, like a title, subtittle, paragraph, image, etc.
Each subcomponent has a custom view for rendering in the backoffice. I already know how to do that. Then i would like each block section to have a custom view to render the blocks inside. For it i would like to reuse the custom views of each subcomponent.
My question is, inside the angularjs custom view of the section (the parent component) how do i loop through the children components and render each custom view?
I found this post that does exactly what i was looking for: https://24days.in/umbraco-cms/2020/grid-nouveau-block-list/
is working on a reply...