panel : create database with fields
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
isUnknown 2026-02-10 16:13:01 +01:00
parent c248687d56
commit ff215de723
8 changed files with 59 additions and 7 deletions

View file

@ -0,0 +1,15 @@
title: Bases de données
fields:
countries:
label: Pays
type: tags
team:
label: Équipe
type: tags
keywords:
label: Mots-clés
type: tags
methodologies:
label: Méthodologies
type: tags

View file

@ -0,0 +1,9 @@
title: Impact
tabs:
contentTab:
linkedInvestigations:
type: pages
template: investigation-summary
linkedMedias:
type: url

View file

@ -1 +1,6 @@
title: Impacts
tabs:
contentTab:
label: Contenu
seoTab:

View file

@ -81,27 +81,37 @@ tabs:
text: "{{ page.title }}"
value: "{{ page.slug }}"
empty: Aucun dossier
width: 1/3
width: 1/4
incidentDate:
label: Date de l'incident
type: date
display: DD / MM / YYYY
width: 1/3
width: 1/4
incidentLocation:
label: Lieu de l'incident
type: text
width: 1/3
width: 1/4
incidentCountry:
label: Pays de l'incident
type: multiselect
options: query
query: page('database').countries.split
width: 1/4
incidentConsequences:
label: Conséquence(s)
type: text
width: 1/3
keywords:
label: Mots-clés
type: tags
type: multiselect
options: query
query: page('database').keywords.split
width: 1/2
methodology:
label: Méthodologie
type: tags
methodologies:
label: Méthodologies
options: query
query: page('database').methodologies.split
type: multiselect
width: 1/2
partners:
label: Partenaires

View file

@ -62,6 +62,7 @@ tabs:
fields:
authors:
label: Auteur(s)
default: INDEX Investigation
type: tags
incidentDate:
label: Date de l'incident