event blueprint : add pressQuotes structure field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0c0ac79fe9
commit
bcfc952e27
2 changed files with 53 additions and 15 deletions
|
|
@ -3,22 +3,8 @@ title: Spectacle
|
|||
tabs:
|
||||
presentation:
|
||||
label: Présentation
|
||||
icon: document
|
||||
icon: text
|
||||
fields:
|
||||
cover:
|
||||
label: Image de couverture
|
||||
help: |
|
||||
Affichée au niveau de la [page Spectacles](/spectacles)
|
||||
type: files
|
||||
layout: cards
|
||||
width: 1/2
|
||||
multiple: false
|
||||
required: true
|
||||
gallery:
|
||||
label: Galerie
|
||||
type: files
|
||||
layout: cards
|
||||
width: 1/2
|
||||
presentation:
|
||||
type: writer
|
||||
nodes: false
|
||||
|
|
@ -29,6 +15,30 @@ tabs:
|
|||
- link
|
||||
- mail
|
||||
|
||||
gallery:
|
||||
label: Galerie
|
||||
icon: images
|
||||
fields:
|
||||
cover:
|
||||
label: Image de couverture
|
||||
help: |
|
||||
Affichée au niveau de la [page Spectacles](/spectacles)
|
||||
type: files
|
||||
layout: cards
|
||||
image:
|
||||
back: #000000
|
||||
width: 1/3
|
||||
size: huge
|
||||
multiple: false
|
||||
required: true
|
||||
gallery:
|
||||
label: Galerie
|
||||
type: files
|
||||
layout: cards
|
||||
image:
|
||||
back: #000000
|
||||
width: 2/3
|
||||
|
||||
credits:
|
||||
icon: users
|
||||
fields:
|
||||
|
|
@ -70,6 +80,7 @@ tabs:
|
|||
label: Lieu
|
||||
placeholder: Théâtre-Sénart, Scène Nationale, Lieusaint
|
||||
type: text
|
||||
required: true
|
||||
link:
|
||||
label: Lien
|
||||
placeholder: https://www.bouffesdunord.com/
|
||||
|
|
@ -78,6 +89,7 @@ tabs:
|
|||
label: Du
|
||||
type: date
|
||||
display: DD/MM/YYYY
|
||||
required: true
|
||||
width: 1/2
|
||||
to:
|
||||
label: Au
|
||||
|
|
@ -85,3 +97,25 @@ tabs:
|
|||
display: DD/MM/YYYY
|
||||
width: 1/2
|
||||
help: Laisser vide pour une date ponctuelle
|
||||
|
||||
press:
|
||||
label: Presse
|
||||
icon: document
|
||||
fields:
|
||||
pressQuotes:
|
||||
label: Extraits presse
|
||||
type: structure
|
||||
fields:
|
||||
text:
|
||||
label: Texte
|
||||
type: text
|
||||
required: true
|
||||
reference:
|
||||
label: Référence
|
||||
type: text
|
||||
required: true
|
||||
link:
|
||||
label: Lien
|
||||
type: url
|
||||
|
||||
tabs: tabs/files
|
||||
|
|
|
|||
|
|
@ -9,4 +9,8 @@ tabs:
|
|||
type: pages
|
||||
template: event
|
||||
layout: cards
|
||||
image:
|
||||
query: page.cover.toFile
|
||||
ratio: 16/10
|
||||
cover: true
|
||||
files: tabs/files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue