Bjarne Fyrstenborg
11/16/2023, 9:00 AMcontent?.Sections?
.Select(x => x.Content)
.OfType<BlockAccordion>()
but this only select blocks are root level. If the block is nested in either blocks, are they any simple way to find all or just first match of BlockAccordion
?