Custom block - blocks field preview in panel

Hey there,

my custom block contains a blocks field and I want to preview the blocks field in my panel. How is it done?

In my index.js:

sectiontext: `
    <div>
        [ My block field preview here ]
    </div>
`,

This is my block’s blueprint:

name: Textbereich
icon: headline
fields:
  content:
    type: blocks
    label: Inhalt
    fieldsets:
      - heading
      - text
      - texthighlightbox
      - list
      - link
      - image
      - code 
      - divider

Thanks in advance :slight_smile:

Thanks! I must have overlooked that what I was looking for is already in these articles.