world-game/site/blueprints/pages/article.yml
isUnknown 8481dc5f90 add white-paper block type for articles
- Kirby block blueprint with page reference + editable bg/text colors
- PHP snippet renders the card with accessible markup (article, h3, button)
- WhitePaperDialog.svelte: native dialog with download form (a11y: labels, fieldset, autocomplete, focus management)
- Article.svelte: click detection on .wp-block__btn + dialog mount

refs #49

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 19:51:21 +02:00

118 lines
3.1 KiB
YAML

title: Article
icon: article
status:
draft:
label: Brouillon
text: L'article n'est pas visible
unlisted:
label: Non listé
text: L'article est accessible mais pas dans la liste
listed:
label: Publié
text: L'article est visible publiquement
tabs:
content:
label: Contenu
icon: text
columns:
# Colonne principale
main:
width: 2/3
sections:
# En-tête
header:
type: fields
fields:
intro:
label: Introduction
type: writer
nodes:
- heading
headings:
- 1
buttons: false
help: "Résumé ou accroche de l'article"
# Contenu
content:
type: fields
fields:
body:
label: Contenu de l'article
type: blocks
fieldsets:
heading:
extends: blocks/heading
fields:
level:
default: h3
options:
h3: Titre H3
text:
extends: blocks/text
fields:
text:
marks:
- bold
- italic
- green
- pixel
- underline
- strike
- clear
- link
list:
extends: blocks/list
quote:
extends: blocks/quote
image:
extends: blocks/image
video:
extends: blocks/video
jeu:
extends: blocks/jeu
white-paper:
extends: blocks/white-paper
# Sidebar
sidebar:
width: 1/3
sections:
# Métadonnées
meta:
type: fields
fields:
published:
label: Date de publication
type: date
display: DD/MM/YYYY
required: true
default: today
translate: false
cover:
label: Image de couverture
type: files
layout: cards
max: 1
accept: image/*
translate: false
image:
cover: true
ratio: 16/9
uploads:
template: image
# Recommandations
related:
type: fields
fields:
relatedArticles:
label: Articles recommandés
type: pages
query: site.find('blog').children.listed
max: 3
help: "Articles similaires à afficher en bas de page"
files: tabs/files
seo: seo/page