Prepoluate structure field

Hi there,

I have a structure field which should for default have some entries. But seems not to working?

  accordion:
    label: Einträge
    type: structure
    columns:
      accordion_title:
        width: 1/1
    default:
      - accordion_title: "No 1"
      - accordion_title: "No 2"
      - accordion_title: "No 3"
    fields:
      accordion_title:
        label: Titel
        type: text
      accordion_content:
        label: Inhalt
        type: textarea
        size: medium

Hm, doesn’t seem to work. Could you create an issue on GitHub, please.

Done.

1 Like

This is now fixed in 3.1.2-rc1