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.
This commit is contained in:
2025-06-29 17:52:25 +02:00
parent b29a21780f
commit 932c6cc90b
4 changed files with 213 additions and 6 deletions
+23 -1
View File
@@ -15,4 +15,26 @@ fields:
fields:
fen:
type: text
label: FEN-Position
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