Misc: ajustements i18n, menu et controller
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-12 18:38:03 +01:00
parent ae86f0ce1c
commit 77080c4928
3 changed files with 72 additions and 40 deletions

View file

@ -26,7 +26,7 @@ return function ($page, $kirby, $site) {
})->values(),
'contact' => [
'email' => (string)$site->contactEmail()->value(),
'address' => (string)$site->contactAddress()->value(),
'address' => (string)$site->contactAddress()->nl2br(),
'socials' => $site->socialLinks()->toStructure()->map(function($item) {
return [
'label' => (string)$item->label()->value(),