panel > menu : add impacts

This commit is contained in:
isUnknown 2026-02-11 15:10:21 +01:00
parent 0349468aed
commit ac5c395e1c

View file

@ -22,6 +22,15 @@ return [
],
'-'
,
'impacts' => [
'label' => 'Impacts',
'icon' => 'book',
'link' => 'pages/impacts',
'current' => function (string $current): bool {
$path = Kirby\Cms\App::instance()->path();
return Str::contains($path, 'pages/impacts');
}
],
'dossiers' => [
'label' => 'Dossiers',
'icon' => 'folder',