Just found something…… I’m making a site that has food menus on it … I have a structure field for the items, and two columns, one with a label of V for vegetarian, and one with a label of N for Nuts. The “N” Header text wont show up! the V does. Unless i change it to “Nuts” but thats makes it unnecessarily wide. It’s only got a toggle field in it…… bug or no bug?
food:
label: Food
type: structure
columns:
dish:
width: 4/12
align: left
description:
width: 5/12
align: left
vegan:
width: 1/12
align: center
nuts:
width: 2/12
align: center
fields:
dish:
label: Dish
type: text
width: 2/3
description:
label: Description
type: textarea
vegan:
label: V
type: toggle
width: 1/3
nuts:
label: N
type: toggle
width: 1/3