I'm using the shoppingcart-plugin (but it is also a form-problem):
I've added in my backend a list of sizes to a product:
shoppingcart_product.yaml
header.size:
type: list
label: Size
default: 116
options:
116: 116
128: 128
140: 140
Now these options should be visible as a select-option on my frontpage.
How can I put the "page.header.size" in a select field?


