How can I create a schema to include all 50 metafields in one block?

I have created all of the code to add separate blocks to my product page and am able to successfully pull in the metafield data. However, since there is a limit in the number of blocks on a page, how can i create a single schema that i’m able to add as a block that will include all 50 metafields?

here is a reference to the guide used to get to current state

https://alanryan.dev/tips/product-variant-metafields/

Any help is appreciated!!

Hi @repgang ,

If options work for you, you can add settings directly instead of using blocks. Refer https://shopify.dev/themes/architecture/sections/section-schema#settings

But it won’t be drag and drop, you need to arrange it yourself with code.

Hope it helps!