Structure field prepend new items

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!

Are you on 3.4?

1 Like

It’s working now, thanks!