Bug in panel with structured fields in 2.3?

Hereā€™s the problem: when I display structured fields in blueprint, they are displayed correctly. When I click on Modify, all the fields are empty like it was a new field. When I choose style:table in field option, the table appears empty.

The field names and indentation seems correct.

here are the data (just an exemple, all structured fields act the same way):

keyNumbers:
-
    keyNumber: 1200
    keynumberIcon: fa-tree
    keynumberCaption: Arbres plantƩs
-
    keyNumber: 1200
    keynumberIcon: fa-tree
    keynumberCaption: Arbres plantƩs
-
    keyNumber: 1200
    keynumberIcon: fa-tree
    keynumberCaption: Arbres plantƩs
-
    keyNumber: 1200
    keynumberIcon: fa-tree
    keynumberCaption: Arbres plantƩs

And the screenshots: http://imgur.com/a/YAQf0

Is it reproductible or are my structured fields are bad ?

Thank you.

OK I think itā€™s a bug : style:table only accept lowercase fields name when ā€œnormalā€ mode is not case sensitive (i guess)

I made a habit of only using lowercase and underscore. But Iā€™m not aware of any officially recommended syntax. Letā€™s ask the Kirby masters :wink:

I guess you did not add your data via the panel?

If you had added your data via the panel, your lowercase letters in your field names would have been converted to lowercase.

So, you can use camelCase in blueprint fields, but not in your content files.

yep I add them by txt file, but still there is a little inconsistency here between the default style and the table style.

Yes, thatā€™s true., that should not be. I usually only use lowercase and underscores in field names as well to avoid any possible issues.