27 lines
618 B
YAML
27 lines
618 B
YAML
title: Brèves
|
|
|
|
tabs:
|
|
contentTab:
|
|
label: Contenu
|
|
icon: page
|
|
columns:
|
|
- width: 1/3
|
|
fields:
|
|
chapo:
|
|
label: Introduction
|
|
type: writer
|
|
nodes: false
|
|
buttons: false
|
|
- width: 2/3
|
|
sections:
|
|
newsSection:
|
|
type: pages
|
|
label: Liste des brèves
|
|
template: news-item
|
|
create: news-item
|
|
layout: list
|
|
text: "{{ page.title }}"
|
|
info: "{{ page.category }} — {{ page.created.toDate('d/m/Y') }}"
|
|
sortBy: created desc
|
|
|
|
seo: seo/page
|