21 lines
356 B
YAML
21 lines
356 B
YAML
|
|
name: Livre blanc
|
||
|
|
icon: download
|
||
|
|
|
||
|
|
fields:
|
||
|
|
whitePaper:
|
||
|
|
label: Livre blanc
|
||
|
|
type: pages
|
||
|
|
max: 1
|
||
|
|
query: site.find('livres-blancs').children
|
||
|
|
image:
|
||
|
|
cover: true
|
||
|
|
ratio: 4/3
|
||
|
|
bgColor:
|
||
|
|
label: Couleur de fond
|
||
|
|
type: color
|
||
|
|
default: "#ffffff"
|
||
|
|
textColor:
|
||
|
|
label: Couleur de texte
|
||
|
|
type: color
|
||
|
|
default: "#000000"
|