Files
schachfreunde-badsteben/site/blueprints/pages/blockpage.yml
T
tfeigel 932c6cc90b feat: add Chronik block support and implement timeline display
Added a new Chronik block feature with PHP templates to render the timeline design, updated blueprint files to define Chronik-specific fields, and migrated related content into structured formats. Introduced a visually structured timeline with left/right alignment support for chronological events.
2025-06-29 17:52:25 +02:00

40 lines
838 B
YAML

title: Block Page
fields:
blocks:
type: blocks
pretty: true
fieldsets:
- heading
- text
- image
- type: fen
label: FEN-Diagramm
preview: fields
wysiwyg: true
fields:
fen:
type: text
label: FEN-Position
- type: chronik
label: Chronik
fields:
kind:
label: Art der Chronik
type: radio
options:
left: Links
right: Rechts
default: left
year:
label: Zeitraum
type: text
summary:
label: Zusammenfassung
type: textarea
description:
label: Beschreibung
type: textarea
image:
label: Bild
type: files