create template packages
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
This commit is contained in:
parent
f73b8cb90b
commit
aba8b4f37e
20 changed files with 414 additions and 526 deletions
|
|
@ -47,13 +47,13 @@ return [
|
|||
return Str::contains($path, 'pages/news');
|
||||
}
|
||||
],
|
||||
'dossiers' => [
|
||||
'packages' => [
|
||||
'label' => 'Dossiers',
|
||||
'icon' => 'folder',
|
||||
'link' => 'pages/dossiers',
|
||||
'link' => 'pages/packages',
|
||||
'current' => function (string $current): bool {
|
||||
$path = Kirby\Cms\App::instance()->path();
|
||||
return Str::contains($path, 'pages/dossiers');
|
||||
return Str::contains($path, 'pages/packages');
|
||||
}
|
||||
],
|
||||
'laboratoire' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue