6fe47279b0
Implemented a new PGN4Web block with a PHP snippet for game replay functionality. Updated blueprints with PGN-specific fields, modified layout and blockpage templates, and included necessary JavaScript and assets for interactive chess game rendering. Enhanced memorial page with replayable game content.
47 lines
993 B
YAML
47 lines
993 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
|
|
- type: pgn4web
|
|
label: PGN-Datei
|
|
preview: fields
|
|
fields:
|
|
pgn:
|
|
label: PGN-Datei
|
|
type: files |