pullidea-dev
pullidea-dev

Reputation: 1803

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

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

Upvotes: 2

Views: 9679

Answers (3)

Hannah Beasley
Hannah Beasley

Reputation: 46

UPDATE

Shopify upped the limit of 16 to 50 blocks per section! The documentation now reflects that change: https://shopify.dev/themes/architecture/sections/section-schema#max_blocks.

Upvotes: 3

pullidea-dev
pullidea-dev

Reputation: 1803

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).

Upvotes: -1

kagaim
kagaim

Reputation: 19

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

Upvotes: 1

Related Questions