encore d'autre correction du panel
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
All checks were successful
Deploy / Deploy to Production (push) Successful in 8s
This commit is contained in:
parent
5e89244030
commit
d9532c0cfd
4 changed files with 28 additions and 0 deletions
|
|
@ -94,4 +94,8 @@
|
|||
}
|
||||
.k-header-title .k-icon{
|
||||
--icon-size: 28px;
|
||||
}
|
||||
|
||||
.k-block-container:not(:last-of-type) {
|
||||
border-bottom: 1px dashed var(--color-gray-600);
|
||||
}
|
||||
|
|
@ -92,6 +92,7 @@ tabs:
|
|||
accept: image/*
|
||||
translate: false
|
||||
image:
|
||||
cover: true
|
||||
ratio: 16/9
|
||||
uploads:
|
||||
template: image
|
||||
|
|
|
|||
|
|
@ -26,6 +26,16 @@ tabs:
|
|||
headings:
|
||||
- 1
|
||||
help: Section de texte centrée.
|
||||
featured:
|
||||
label: Article à la une
|
||||
type: pages
|
||||
query: site.find('blog').children.listed
|
||||
max: 1
|
||||
layout: cards
|
||||
image:
|
||||
cover: true
|
||||
ratio: 16/9
|
||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
||||
articles_list:
|
||||
label: Articles
|
||||
type: pages
|
||||
|
|
|
|||
|
|
@ -20,6 +20,19 @@ columns:
|
|||
main:
|
||||
type: fields
|
||||
fields:
|
||||
lettering:
|
||||
label: Lettrage du jeu
|
||||
type: files
|
||||
layout: cardlets
|
||||
size: small
|
||||
max: 1
|
||||
accept: image/*
|
||||
translate: false
|
||||
image:
|
||||
ratio: 1/1
|
||||
uploads:
|
||||
template: image
|
||||
help: Image avec le lettrage du jeu
|
||||
description:
|
||||
label: Description
|
||||
type: writer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue