Hi,
i try to use a simple table block like descriped here
I added the blueprint but the panel does not show the content of that table.
It works in the snippet but not in the panel.
Here are my blueprints
Page blueprint:
title: Default Page
columns:
main:
width: 2/3
sections:
fields:
type: fields
fields:
inhalt:
type: blocks
fieldsets:
- heading
- text
- list
- image
- gallery
- video
- table
sidebar:
width: 1/3
sections:
pages:
type: pages
files:
type: files
Block blueprint
name: Tabelle
icon: menu
preview: table
fields:
reihen:
type: structure
columns:
col1:
col2:
col3:
fields:
col1:
type: writer
inline: true
col2:
type: writer
inline: true
col3:
type: writer
inline: true
The table is correct in the drawer but not in the blocks field in the panel.
Any ideas?
Cheers,
David