Unable to iterate through Shopify Metafield entry list arrays in Liquid
I'm creating a custom Shopify section to display product specifications using a metafield. My metafield named specs is set as an entry list, with each entry containing arrays for label and description. I want to loop through these arrays and…