28 lines
627 B
YAML
28 lines
627 B
YAML
|
|
title: Ressources
|
||
|
|
|
||
|
|
tabs:
|
||
|
|
contentTab:
|
||
|
|
label: Contenu
|
||
|
|
icon: page
|
||
|
|
columns:
|
||
|
|
- width: 1/3
|
||
|
|
fields:
|
||
|
|
chapo:
|
||
|
|
label: Introduction
|
||
|
|
type: writer
|
||
|
|
nodes: false
|
||
|
|
buttons: false
|
||
|
|
- width: 2/3
|
||
|
|
sections:
|
||
|
|
resourcesSection:
|
||
|
|
type: pages
|
||
|
|
label: Liste des ressources
|
||
|
|
template: resource
|
||
|
|
create: resource
|
||
|
|
layout: list
|
||
|
|
text: "{{ page.title }}"
|
||
|
|
info: "{{ page.category }} — {{ page.created.toDate('d/m/Y') }}"
|
||
|
|
sortBy: created desc
|
||
|
|
|
||
|
|
seo: seo/page
|