Anyone tried creating a custom view for the entirely block list? Umbraco allows setting a custom view for each block, which isn't sufficient in my case. So I'm looking for if there is a way to add a custom view for the entire block list.
IIRC Umbraco advertised that this would be possible, but I haven't seen anyone doing this. And when I look at Umbraco source code, it seems that I have to rewrite a lot of code to make this happen instead of inheriting Umbraco's existing Angular code for the block list.
My goal is to create a custom map editor where each block then is a shape on the map. Currently I'm on Umbraco 10, but I think this is the same for U11 and U12.