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{
|
.k-header-title .k-icon{
|
||||||
--icon-size: 28px;
|
--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/*
|
accept: image/*
|
||||||
translate: false
|
translate: false
|
||||||
image:
|
image:
|
||||||
|
cover: true
|
||||||
ratio: 16/9
|
ratio: 16/9
|
||||||
uploads:
|
uploads:
|
||||||
template: image
|
template: image
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,16 @@ tabs:
|
||||||
headings:
|
headings:
|
||||||
- 1
|
- 1
|
||||||
help: Section de texte centrée.
|
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:
|
articles_list:
|
||||||
label: Articles
|
label: Articles
|
||||||
type: pages
|
type: pages
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,19 @@ columns:
|
||||||
main:
|
main:
|
||||||
type: fields
|
type: fields
|
||||||
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:
|
description:
|
||||||
label: Description
|
label: Description
|
||||||
type: writer
|
type: writer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue