Misc: ajustements i18n, menu et controller
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
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:
parent
ae86f0ce1c
commit
77080c4928
3 changed files with 72 additions and 40 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue