feat: add FEN block support and related assets
Introduced a new FEN block feature, including a PHP snippet to render FEN diagrams, a new CSS file for chessboard styling, font integration, and blueprint updates. Adjusted asset paths and file references for consistency.
This commit is contained in:
@@ -3,4 +3,16 @@ title: Block Page
|
||||
fields:
|
||||
blocks:
|
||||
type: blocks
|
||||
pretty: true
|
||||
pretty: true
|
||||
fieldsets:
|
||||
- heading
|
||||
- text
|
||||
- image
|
||||
- type: fen
|
||||
label: FEN-Diagramm
|
||||
preview: fields
|
||||
wysiwyg: true
|
||||
fields:
|
||||
fen:
|
||||
type: text
|
||||
label: FEN-Position
|
||||
Reference in New Issue
Block a user