Hi,
Not sure if this is the best place, but I have hit an issue with the new 4.1 release candidate. Structure entries are not visible in the panel. Blueprint section looks like this:
artworkCategories:
type: structure
label: Artwork categories
help: These are the categories available for artworks to be placed in to. There is also the option to display some information about the category, to be displayed when the category filter is applied on the main Art & Artists page.
sortBy: category asc
columns:
category:
width: 1/3
categoryInfo:
width: 2/3
fields:
category:
type: text
label: Category
categoryInfo:
type: writer
label: Category information
help: Optional - add some information about the category, to be displayed when the filter is applied
nodes: false
marks:
- bold
- italic
- link
- email
- clear
toolbar:
inline: false
marks:
- bold
- italic
- '|'
- link
- email
- '|'
- clear
And content file has this:
Artworkcategories:
-
category: 'British & European'
categoryinfo: ""
-
category: Contemporary artists
categoryinfo: ""
-
category: New additions
categoryinfo: ""
-
category: Sculpture
categoryinfo: ""
But the structure field says “No entries yet”.
The structure is inside of a tab in the panel, if that is important