In a setup looking like this, how would you detect the GalleryBlock ?
I need to know if the page contains a GalleryBlock.
The property alias of the Block List is pageContent and the block we're looking for is called galleryBlock
The first section is called sectionLayout and only has 1 area contentArea, and the splitter is called horizontalSplitLayout and has 2 areas: areaOne and areaTwo
All I need is a true / false whether the galleryBlock is present or not.
I've tried several things, but there is something I'm missing 🙂