I’m encountering an issue when using custom blocks within a section schema. Specifically, when I loop through the blocks using a for loop and apply conditions, the block.settings object returns as empty ({}). Additionally, all block types are identified as @Theme , and any custom block types are not recognized.
This is affecting blocks like text, button, and slide, which are the intended targets in this section. However, during the loop, these custom types are not accessible as expected.
Has anyone else experienced this or found a workaround? Any guidance would be appreciated!

