Hi everyone!
I have a metaobject defined, and within it there’s a metafield defined as a list of text values with specific ordered presets. I want to know if I can use those presets as an ordered list in code.
Let’s say for example the metaobject is called ProductList. In ProductList, there’s a field called ListOrder, which is defined as a list of text values, and ListOrder has a list of preset values: One, Two, Three, Four.
Is it possible from the theme code editor (ex: with Liquid) to extract this list of preset values to use as an ordered list?
Thanks in advance for your help!