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:
@@ -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
|
||||
Reference in New Issue
Block a user