hookkeywords + team with role
This commit is contained in:
parent
0726c50993
commit
243583d024
3 changed files with 77 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
title: Investigation Summary
|
||||
title: Investigation
|
||||
|
||||
tabs:
|
||||
contentTab:
|
||||
|
|
@ -92,7 +92,8 @@ tabs:
|
|||
width: 1/4
|
||||
incidentCountry:
|
||||
label: Pays de l'incident
|
||||
type: multiselect
|
||||
type: tags
|
||||
max: 1
|
||||
options: query
|
||||
query: page('database').countries.split
|
||||
width: 1/4
|
||||
|
|
@ -102,15 +103,15 @@ tabs:
|
|||
width: 1/4
|
||||
keywords:
|
||||
label: Mots-clés
|
||||
type: multiselect
|
||||
type: tags
|
||||
options: query
|
||||
query: page('database').keywords.split
|
||||
width: 1/4
|
||||
methodologies:
|
||||
label: Méthodologies
|
||||
type: multiselect
|
||||
options: query
|
||||
query: page('database').methodologies.split
|
||||
type: multiselect
|
||||
width: 1/4
|
||||
partners:
|
||||
label: Partenaires
|
||||
|
|
@ -125,8 +126,24 @@ tabs:
|
|||
type: url
|
||||
team:
|
||||
label: Équipe Index
|
||||
type: multiselect
|
||||
options: query
|
||||
query: page('database').team.split
|
||||
width: 1/4
|
||||
type: structure
|
||||
width: 2/4
|
||||
columns:
|
||||
name:
|
||||
label: Nom
|
||||
width: 1/2
|
||||
role:
|
||||
label: Rôle
|
||||
width: 1/2
|
||||
fields:
|
||||
name:
|
||||
label: Nom
|
||||
type: select
|
||||
options: query
|
||||
query: page('database').team.split
|
||||
required: true
|
||||
role:
|
||||
label: Rôle
|
||||
type: text
|
||||
placeholder: ex. réalisation 3D, textes...
|
||||
seo: seo/page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue