world-game/site/blueprints/pages/blog.yml

57 lines
1.2 KiB
YAML
Raw Normal View History

2026-01-13 16:35:52 +01:00
title: Blog
2026-03-21 13:58:16 +01:00
icon: blog
image:
back: #fff
color: var(--color-green)
query: false
2026-03-21 14:10:44 +01:00
options:
delete: false
duplicate: false
move: false
changeTemplate: false
2026-01-13 16:35:52 +01:00
tabs:
# Intro
intro:
2026-01-14 12:15:46 +01:00
label: Contenu
2026-01-13 16:35:52 +01:00
icon: text
sections:
content:
type: fields
fields:
2026-01-14 12:15:46 +01:00
intro:
type: writer
2026-01-14 17:17:19 +01:00
marks:
- bold
- italic
- green
- pixel
2026-01-16 14:21:57 +01:00
- underline
- strike
- clear
- link
2026-01-14 12:15:46 +01:00
nodes:
- heading
headings:
- 1
help: Section de texte centrée.
2026-01-16 18:08:18 +01:00
featured:
label: Article à la une
type: pages
query: site.find('blog').children.listed
max: 1
layout: cards
image:
query: page.cover.toFile
2026-01-16 18:08:18 +01:00
cover: true
ratio: 16/9
info: "{{ page.date.toDate('d/m/Y') }}"
articles:
2026-01-13 16:35:52 +01:00
label: Articles
type: pages
layout: cards
sortBy: published desc
2026-01-13 16:35:52 +01:00
image:
ratio: 16/9
cover: true
info: "{{ page.published.toDate('d/m/Y') }}"