event blueprint : organize fields in tabs
This commit is contained in:
parent
0b296e9bc8
commit
0c0ac79fe9
1 changed files with 35 additions and 11 deletions
|
|
@ -1,12 +1,41 @@
|
|||
title: Spectacle
|
||||
|
||||
tabs:
|
||||
content:
|
||||
label: Contenu
|
||||
presentation:
|
||||
label: Présentation
|
||||
icon: document
|
||||
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
|
||||
required: true
|
||||
marks:
|
||||
- italic
|
||||
- bold
|
||||
- link
|
||||
- mail
|
||||
|
||||
credits:
|
||||
icon: users
|
||||
fields:
|
||||
mainCredits:
|
||||
label: Crédits principaux
|
||||
type: structure
|
||||
required: true
|
||||
fields:
|
||||
label:
|
||||
type: text
|
||||
|
|
@ -21,14 +50,10 @@ tabs:
|
|||
- bold
|
||||
- link
|
||||
- mail
|
||||
presentation:
|
||||
type: writer
|
||||
nodes: false
|
||||
marks:
|
||||
- italic
|
||||
- bold
|
||||
- link
|
||||
- mail
|
||||
|
||||
dates:
|
||||
icon: calendar
|
||||
fields:
|
||||
dates:
|
||||
type: structure
|
||||
help: La saison concernée est déduite autmatiquement des dates
|
||||
|
|
@ -60,4 +85,3 @@ tabs:
|
|||
display: DD/MM/YYYY
|
||||
width: 1/2
|
||||
help: Laisser vide pour une date ponctuelle
|
||||
files: tabs/files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue