29 lines
716 B
YAML
29 lines
716 B
YAML
title: Investigations
|
|
|
|
tabs:
|
|
contentTab:
|
|
label: Contenu
|
|
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
|