Hi
how can I show one content of a block inside the panel-list?
i have the following blocks inside my .yml file and would like to shown the date on the overview list :
test:
label: Gruppenbesuchstermine
type: blocks
fieldsets:
text:
label: Text
type: group
fieldsets:
daten:
name: Gruppenbesuchstermin
fields:
title:
label: Datum
type: date
display: DD.MM.YYYY
width: 1/3
zeit:
label: Zeit
type: time
display: HH:mm
width: 1/3
thanks for your help/ideas