Skip to content

Commit

Permalink
Change admin. route to twill.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaRed authored and ifox committed May 21, 2024
1 parent 8611299 commit 7c20f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1_docs/9_buckets/1_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Finally, add a link to your buckets page in your CMS navigation:
return [
'featured' => [
'title' => 'Features',
'route' => 'admin.featured.homepage',
'route' => 'twill.featured.homepage',
'primary_navigation' => [
'homepage' => [
'title' => 'Homepage',
'route' => 'admin.featured.homepage',
'route' => 'twill.featured.homepage',
],
],
],
Expand Down

0 comments on commit 7c20f01

Please sign in to comment.