changement de l'affichage des image en card avec ration (champs équipe du à propos en cours)
This commit is contained in:
parent
724bcb4918
commit
c04b8d1645
5 changed files with 75 additions and 57 deletions
|
|
@ -7,57 +7,41 @@ tabs:
|
|||
label: Contenu
|
||||
icon: text
|
||||
columns:
|
||||
- width: 2/3
|
||||
fields:
|
||||
intro:
|
||||
type: writer
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- 1
|
||||
buttons: false
|
||||
help: Section de texte centrée.
|
||||
body:
|
||||
type: blocks
|
||||
fieldsets:
|
||||
- type: text
|
||||
extends: blocks/text
|
||||
fields:
|
||||
text:
|
||||
type: writer
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- h3
|
||||
|
||||
|
||||
- width: 1/3
|
||||
- width: 1/1
|
||||
sections:
|
||||
team:
|
||||
content:
|
||||
type: fields
|
||||
fields:
|
||||
team_members:
|
||||
label: Membres de l'équipe
|
||||
type: structure
|
||||
fields:
|
||||
name:
|
||||
label: Nom
|
||||
type: text
|
||||
required: true
|
||||
width: 1/2
|
||||
role:
|
||||
label: Poste
|
||||
type: text
|
||||
required: true
|
||||
width: 1/2
|
||||
help: "Ex: CEO & Co-Founder"
|
||||
photo:
|
||||
label: Photo
|
||||
type: files
|
||||
max: 1
|
||||
accept: image/*
|
||||
uploads:
|
||||
template: image
|
||||
intro:
|
||||
type: writer
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- 1
|
||||
buttons: false
|
||||
help: Section de texte centrée.
|
||||
body:
|
||||
type: blocks
|
||||
fieldsets:
|
||||
- type: text
|
||||
extends: blocks/text
|
||||
fields:
|
||||
text:
|
||||
type: writer
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- h3
|
||||
team:
|
||||
type: files
|
||||
label: Membres de l'équipe
|
||||
layout: cards
|
||||
size: medium
|
||||
template: member
|
||||
image:
|
||||
ratio: 1/1
|
||||
cover: true
|
||||
info: "{{ file.role }}"
|
||||
# SEO
|
||||
seo:
|
||||
label: SEO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue