39 lines
932 B
YAML
39 lines
932 B
YAML
title: Investigations
|
|
|
|
tabs:
|
|
contentTab:
|
|
label: Contenu
|
|
icon: page
|
|
columns:
|
|
- width: 1/3
|
|
fields:
|
|
chapo:
|
|
label: Introduction
|
|
type: writer
|
|
nodes: false
|
|
buttons: false
|
|
- width: 2/3
|
|
sections:
|
|
investigations: fields/investigations
|
|
highlightTab:
|
|
label: Mise en avant
|
|
icon: star
|
|
fields:
|
|
pinnedInvestigations:
|
|
label: Enquêtes pinnées
|
|
type: pages
|
|
query: page('enquetes').children.listed
|
|
multiple: true
|
|
layout: list
|
|
text: "{{ page.title }}"
|
|
info: "{{ page.incidentDate }}"
|
|
superPinnedInvestigation:
|
|
label: Super pin (home)
|
|
type: pages
|
|
query: page('enquetes').children.listed
|
|
multiple: false
|
|
max: 1
|
|
layout: list
|
|
text: "{{ page.title }}"
|
|
info: "{{ page.incidentDate }}"
|
|
seo: seo/page
|