I have mostly shirts in my store so I want to create a size chart that’s collapsible in the product page. I’m going to use a dynamic content connected to a page. I create a page for men’s sizes, and a page for toddler sizes. But for things like coffee mug, the entire thing doesn’t make sense so I will not select any element in the metadata field. I wanted to make it so the row doesn’t show up.
I tried something like check to see if
block.settings.content != blank
or
block.settings.page.content != blank
But it doesn’t work. I think it’s because it’s dynamic content?