I want to iterate through all blocks that are placed in a specific region to achieve the following (only within this specific region):
<ul> <li>Title of Block 1</li> <li>Title of Block 2</li> <li>Title of Block 3</li> </ul>
<div> <div>Content of Block 1</div> <div>Content of Block 2</div> <div>Content of Block 3</div> </div>
Any ideas how I can achieve that?
2.1m questions
2.1m answers
60 comments
57.0k users