redesign event blueprint
This commit is contained in:
parent
1614f8682e
commit
801fe38447
6 changed files with 84 additions and 11 deletions
|
|
@ -10,28 +10,50 @@ tabs:
|
|||
keyInfosHeadline:
|
||||
type: headline
|
||||
label: Infos clés
|
||||
date:
|
||||
type: text
|
||||
startDate:
|
||||
label: Date de début
|
||||
type: date
|
||||
icon: calendar
|
||||
width: 1/4
|
||||
placeholder: 2-5 oct. 2024
|
||||
display: DD/MM/YYYY
|
||||
width: 1/5
|
||||
when:
|
||||
isMapadoEvent: false
|
||||
mapadoKeyInfos:
|
||||
label: Événement connecté à Mapado
|
||||
type: info
|
||||
text: Les données de dates et de durée sont récupérées de [Mapado](https://desk.mapado.com/).
|
||||
width: 2/4
|
||||
when:
|
||||
isMapadoEvent: true
|
||||
endDate:
|
||||
label: Date de fin
|
||||
type: date
|
||||
icon: calendar
|
||||
display: DD/MM/YYYY
|
||||
width: 1/5
|
||||
when:
|
||||
isMapadoEvent: false
|
||||
duration:
|
||||
label: Durée
|
||||
type: text
|
||||
icon: clock
|
||||
width: 1/4
|
||||
width: 1/5
|
||||
placeholder: 1h20
|
||||
when:
|
||||
isMapadoEvent: false
|
||||
public:
|
||||
type: text
|
||||
icon: users
|
||||
width: 1/4
|
||||
width: 1/5
|
||||
placeholder: dès 8 ans
|
||||
place:
|
||||
label: Lieu
|
||||
type: text
|
||||
icon: pin
|
||||
width: 1/4
|
||||
width: 1/5
|
||||
placeholder: NTB
|
||||
line:
|
||||
type: line
|
||||
- width: 1/1
|
||||
fields:
|
||||
presentationHeadline:
|
||||
|
|
@ -83,10 +105,33 @@ tabs:
|
|||
label: Réglages
|
||||
icon: cog
|
||||
fields:
|
||||
isMapadoEvent:
|
||||
label: Connecter à Mapado
|
||||
type: toggle
|
||||
default: false
|
||||
width: 1/4
|
||||
mapadoInfo:
|
||||
label: Pourquoi faire ?
|
||||
type: info
|
||||
text: |
|
||||
Permet de récupérer depuis [Mapado](https://desk.mapado.com/) les infos suivantes :
|
||||
- date de début
|
||||
- date de fin
|
||||
- durée
|
||||
- séances et leurs informations (date, places restantes)
|
||||
|
||||
width: 2/4
|
||||
whiteSpace:
|
||||
type: gap
|
||||
width: 1/4
|
||||
mapadoId:
|
||||
label: Identifiant Mapado
|
||||
type: number
|
||||
width: 1/4
|
||||
when:
|
||||
isMapadoEvent: true
|
||||
mapadoButton:
|
||||
type: mapado-check
|
||||
width: 1/2
|
||||
width: 3/4
|
||||
when:
|
||||
isMapadoEvent: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue