V13: Get items of area in custom block grid item view
I have a block grid item which has an area (name: “main”, 12 columns).
For this item I have a custom view for the back office.
And now I want to display all items within the area, but not with “umb-block-grid-render-area-slots”.
I just want to get all items of this area in the AngularJS controller to render them in a special way.
How do I do that? How do I get the items in the controller?
V13: Get items of area in custom block grid item view
I have a block grid item which has an area (name: “main”, 12 columns).
For this item I have a custom view for the back office. And now I want to display all items within the area, but not with “umb-block-grid-render-area-slots”.
I just want to get all items of this area in the AngularJS controller to render them in a special way.
How do I do that? How do I get the items in the controller?
So far I have managed to display the titles of my items in the area.
Now I still have the problem that I somehow can't transfer the blocks to the template.
Can anyone help me? “umb-block-grid-render-area-slots” in my tab.html just doesn't output anything.
is working on a reply...