refactor: rename packages → dossiers throughout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0b1f8c94b2
commit
8d808a87fe
4 changed files with 8 additions and 8 deletions
|
|
@ -47,13 +47,13 @@ return [
|
|||
return Str::contains($path, 'pages/news');
|
||||
}
|
||||
],
|
||||
'packages' => [
|
||||
'dossiers' => [
|
||||
'label' => 'Dossiers',
|
||||
'icon' => 'folder',
|
||||
'link' => 'pages/packages',
|
||||
'link' => 'pages/dossiers',
|
||||
'current' => function (string $current): bool {
|
||||
$path = Kirby\Cms\App::instance()->path();
|
||||
return Str::contains($path, 'pages/packages');
|
||||
return Str::contains($path, 'pages/dossiers');
|
||||
}
|
||||
],
|
||||
'laboratoire' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue