Problem with Builder Plugin and Kirby 2.4

Are there known Issues with the Builder Plugin and Kirby 2.4 because Iā€™m trying to install it and it messes up my Panel

Here is an Image:

fields:
  title:
    label: Title
    type:  text
  text:
    label: Text
    type:  textarea
  cards:
    label: Cards
    type: builder
    fieldsets:
      simple:
        label:
          de: Einfache Karte
          en: Simple Card
        snippet: cards/simple
        fields:
          title:
            label: Titel
            type: text
          text:
            label: text
            type: textarea

The issue is caused by the multilang labels, Iā€™m afraid. Did it work in 2.3.2?

I did not try it in 2.3.2

This is an issue of the builder plugin, I have created an issue on GitHub.

thank you :slight_smile: