create design to light page structure and content
This commit is contained in:
parent
8a2b90c8c0
commit
5a80cfaa81
9 changed files with 169 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue