create design to light page structure and content

This commit is contained in:
isUnknown 2025-01-21 17:50:59 +01:00
parent 8a2b90c8c0
commit 5a80cfaa81
9 changed files with 169 additions and 0 deletions

View file

@ -38,6 +38,16 @@ return [
}
],
'-',
'design-to-light' => [
'label' => 'Design to light',
'icon' => 'circle',
'link' => 'pages/design-to-light',
'current' => function (string $current): bool {
$path = Kirby\Cms\App::instance()->path();
return Str::contains($path, 'pages/design-to-light');
}
],
'-',
'inspirations' => [
'label' => 'Inspirations',
'icon' => 'images',