- Honeypot, timing check, rate limiting IP, validation serveur - Déduplication par email : enrichissement des champs vides si contact existant - Blueprint white-paper : onglet "Contacts intéressés" (champ structure contactDatabase) - Blueprint site.yml : ajout onglet "Données d'usage" pour vue globale des leads - Route externalisée dans site/config/routes/download-white-paper.php - isDownloadable côté client (prénom, nom, email valide, consentement) - Cursor : pas de hover sur boutons disabled - Buttons : hover désactivé si disabled Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
113 lines
2.8 KiB
YAML
113 lines
2.8 KiB
YAML
title: World Game
|
|
|
|
tabs:
|
|
mainTab:
|
|
label: Principal
|
|
columns:
|
|
- width: 1/2
|
|
sections:
|
|
navigation:
|
|
type: pages
|
|
label: Menu
|
|
help: Accédez aux pages et réordonnez-les
|
|
layout: list
|
|
size: small
|
|
sortable: true
|
|
create: false
|
|
status: listed
|
|
|
|
- width: 1/2
|
|
fields:
|
|
siteTitle:
|
|
label: Titre du site
|
|
type: text
|
|
translate: true
|
|
siteTagline:
|
|
label: Tagline
|
|
type: text
|
|
translate: true
|
|
siteDescription:
|
|
label: Description
|
|
type: textarea
|
|
translate: true
|
|
footerLogo:
|
|
label: Logo
|
|
type: files
|
|
layout: cards
|
|
max: 1
|
|
help: Utilisé en pied de page (page À propos, Blog et Article).
|
|
|
|
- width: 1/2
|
|
fields:
|
|
contactEmail:
|
|
label: Email
|
|
type: email
|
|
width: 1/2
|
|
translate: false
|
|
contactAddress:
|
|
label: Adresse
|
|
type: writer
|
|
buttons: false
|
|
nodes: false
|
|
width: 1/2
|
|
placeholder: 33 rue Jean Dupont
|
|
socialLinks:
|
|
label: Liens réseaux sociaux
|
|
type: structure
|
|
translate: false
|
|
fields:
|
|
label:
|
|
label: Nom
|
|
required: true
|
|
type: text
|
|
width: 1/3
|
|
placeholder: "Ex: LinkedIn, Instagram..."
|
|
url:
|
|
label: URL
|
|
required: true
|
|
type: url
|
|
width: 1/3
|
|
picto:
|
|
label: Icône SVG
|
|
type: textarea
|
|
width: 1/3
|
|
buttons: false
|
|
size: small
|
|
help: Collez le code SVG de l'icône
|
|
|
|
- width: 1/2
|
|
sections:
|
|
contact:
|
|
type: fields
|
|
fields:
|
|
legalNotices:
|
|
label: Mentions légales (PDF)
|
|
type: files
|
|
max: 1
|
|
accept: application/pdf
|
|
translate: false
|
|
dataTab:
|
|
label: Données d'usage
|
|
icon: chart
|
|
fields:
|
|
contactDatabase:
|
|
label: Ont téléchargé un livre blanc
|
|
type: structure
|
|
fields:
|
|
firstName:
|
|
label: Prénom
|
|
type: text
|
|
required: true
|
|
lastName:
|
|
label: Nom
|
|
type: text
|
|
required: true
|
|
company:
|
|
label: Société
|
|
type: text
|
|
role:
|
|
label: Fonction
|
|
type: text
|
|
email:
|
|
type: email
|
|
required: true
|