All checks were successful
Deploy / Deploy to Production (push) Successful in 15s
- Blueprint site.yml : renommage en camelCase (contactEmail, contactAddress, socialLinks, legalNotices) - Controller site.php : mentionsLegales() → legalNotices(), fix (string) casts pour la sérialisation JSON - state/site.svelte.js : ajout champ contact - Menu.svelte : nouveau composant dialog pour le menu overlay - Header.svelte : intégration Menu, animation hamburger CSS - router/index.js : suppression des console.log de debug Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
63 lines
1.4 KiB
YAML
63 lines
1.4 KiB
YAML
title: World Game
|
|
|
|
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:
|
|
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
|