How to have more than 12 blocks in a section in Shopify Online Store 2.0?

Viewed 6016

Recently Shopify released Dawn theme(Online store 2.0) where they use JSON templates. But I noticed a section can have 12 blocks at most even tho max_block is not set in section schema. Is there any way to have more than 12 blocks in a section?

enter image description here

3 Answers

The limit of 16 blocks per section. Have a look at the documentation here.

Unfortunately, there’s a limit of 16 blocks per section. You can specify a lower limit with the max_blocks in Online Store 2.0 theme (like Dawn).

Related