Hi! I’m using prepend: true
on a structure field to add new entries to the top of the structure table, however it’s still appending new entries to the table instead of prepending them. Am I misunderstanding the prepend
property?
fields:
teststructurefield:
prepend: true
type: structure
fields:
testentry:
type: text
Thanks for any input!