Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Dec 4, 2023
1 parent 24e508c commit b02b6dc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/fixtures/website/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,6 @@
],
],
],
'menus' => [
'main' => [
[
'id' => 'index',
'name' => 'Homepage',
'weight' => -9999,
],
[
'id' => 'about',
'enabled' => false,
],
[
'id' => 'aligny',
'name' => 'The author',
'url' => 'https://arnaudligny.fr',
'weight' => 9999,
],
],
],
'theme' => [
'a-theme',
//'hyde',
Expand Down

0 comments on commit b02b6dc

Please sign in to comment.