All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
- Add impact-media blueprint (entries field + linked investigation) - Add minimal impact-media template - Refactor card-open-graph snippet: accepts $url param, Kirby cache (6h TTL), decode HTML entities, empty alt on images - Update impacts.yml to allow impact-media pages - Render impact-media in investigation aside with dynamic count + details/summary - Add OG cache config in config.php - CSS formatting fixes (body, card-block-small, category) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
634 B
YAML
28 lines
634 B
YAML
title: Impacts
|
|
|
|
tabs:
|
|
contentTab:
|
|
label: Contenu
|
|
icon: page
|
|
columns:
|
|
- width: 1/3
|
|
fields:
|
|
chapo:
|
|
label: Introduction
|
|
type: writer
|
|
nodes: false
|
|
buttons: false
|
|
- width: 2/3
|
|
sections:
|
|
impactsSection:
|
|
type: pages
|
|
label: Liste des impacts
|
|
templates:
|
|
- impact
|
|
- impact-media
|
|
layout: list
|
|
text: "{{ page.title }}"
|
|
info: "{{ page.category }} — {{ page.created.toDate('d/m/Y') }}"
|
|
sortBy: created desc
|
|
|
|
seo: seo/page
|